-
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
更新到 1.2.0 以后,为什么会报错误:JSX 事件名需以 on
命名
#1560
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
这个明显不是事件啊…… |
还有这种错,这些之前都没报啊~ 有什么办法可以关闭这些错误吗?好像不影响运行
|
附上我的package.json
|
第一个错: 第二个错: 这个是警告,不会影响你编译,警告是为了让你写更健壮的代码。 |
可以关闭掉吗?我不想改,这些写法地方太多了。 |
应该有地方配置 eslint 吧? |
另外,第一种情况,这个状态不会变,我为什么要放到 state 里去呢? |
那就等下个版本修复吧,这个是写死的 |
额~ 好吧,希望下个版本能把这个开放到配置里去…… |
或者能告诉我写死在代码哪里吗?我可以暂时去 node_modules 里禁用掉 :) |
|
好的,谢谢 |
是在你 taro 命令行的目录 |
好的,我找找看 |
找到,谢啦,不过还是希望下个版本这个能做成配置。:D |
希望能提供一个组件内的数据存储器, 如下面的 export default class MyTenantList extends Component {
config = {
navigationBarTitleText: '店铺列表'
}
static state = {
tenantList: [],
statics: {
notLong: 0,
current: 0,
history: 0
}
}
store = {
staticsTitle: {
notLong: '即将到期店铺',
current: '正在使用店铺',
history: '已到期店铺'
},
}
// ... |
如果使用mobx的情况下,很多时候会直接把 this上的数据 绑定,就会导致这个eslint的warning, |
能看字吗 |
@yuche 可能是我没表述清楚 |
The text was updated successfully, but these errors were encountered: