-
Notifications
You must be signed in to change notification settings - Fork 23
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
用了之后 打包出现bug 本地却没问题 #43
Comments
图片中 a => a.key 的a被替换成了 this.props |
本地没有问题 , 打包后就有问题了 |
生产环境下 _nk 会替换为 key 属性,但不会覆盖用户自己写的 key,可能是这个行为影响了你的应用? |
@CJY0208 是的。。。 这个怎么解决 图中的 e 应该是 ['1'] 这样的数字 |
我调整上边的这个行为吧 |
谢谢 antd 的tree 我直接使用treeData 而不是 在tree里面写 treeNode 这样就可以了 真奇怪 |
你用这个插件 做多页签 点击的时候没有卡顿吗 |
小卡吧 不算太卡 |
我也遇到这种本地调试正常,打包编译后就不正常的问题。Protable加上keepAlive做状态保持,选择功能本地调试没问题,编译后就不正常了。 |
@ouooke keep-alive 插件的版本是多少? |
https://user-images.githubusercontent.com/34930870/115986395-848da780-a5e2-11eb-8286-17fe7060b5da.png
The text was updated successfully, but these errors were encountered: