-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
style属性在小程序和react-native上编译问题 #2803
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
@zWingz 附上版本信息之类的吧,项目中一直都是这么写的,没有问题 |
@js-newbee 小程序的 |
@zWingz 当然是不支持... 我说的是用 Taro 写的,Taro 会处理这个的,所以让你提供版本信息啊,不然怎么排查问题... |
@js-newbee 上面已经补了 |
@zWingz 我用 taro init 新建了一个 1.2.26 的项目,复现不了,编译后的代码为: var anonymousState__temp = (0, _index.internal_inline_style)({ left: '10px' });
Object.assign(this.__state, {
anonymousState__temp: anonymousState__temp
}); 建议提供下可复现的完整代码 |
@js-newbee |
至于 |
确实是,类名为 _C 时不正常... |
CC @Pines-Cheng |
新版本已解决。 |
style 编译到小程序, 不支持object类型
转成小程序
小程序最终显示的是
style 编译到react-native, 不支持字符串
会直接报错, 代码
环境信息
@tarojs/taro@1.2.26
The text was updated successfully, but these errors were encountered: