Skip to content
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

Open
jiangyh1024 opened this issue Apr 26, 2021 · 11 comments
Open

用了之后 打包出现bug 本地却没问题 #43

jiangyh1024 opened this issue Apr 26, 2021 · 11 comments

Comments

@jiangyh1024
Copy link

jiangyh1024 commented Apr 26, 2021

https://user-images.githubusercontent.com/34930870/115986395-848da780-a5e2-11eb-8286-17fe7060b5da.png

@jiangyh1024
Copy link
Author

图片中 a => a.key 的a被替换成了 this.props
。。
移除keep alive 就正确了

@jiangyh1024
Copy link
Author

本地没有问题 , 打包后就有问题了

@jiangyh1024
Copy link
Author

image

非常奇怪 这个e 不应该是这个值 这个值是 react-activation 自己生成的 _nk

@CJY0208
Copy link
Member

CJY0208 commented Apr 26, 2021

生产环境下 _nk 会替换为 key 属性,但不会覆盖用户自己写的 key,可能是这个行为影响了你的应用?

@jiangyh1024
Copy link
Author

jiangyh1024 commented Apr 26, 2021

@CJY0208 是的。。。 这个怎么解决

图中的 e 应该是 ['1'] 这样的数字

@CJY0208
Copy link
Member

CJY0208 commented Apr 26, 2021

我调整上边的这个行为吧

@jiangyh1024
Copy link
Author

谢谢 antd 的tree 我直接使用treeData 而不是 在tree里面写 treeNode 这样就可以了 真奇怪

@k983551019
Copy link

谢谢 antd 的tree 我直接使用treeData 而不是 在tree里面写 treeNode 这样就可以了 真奇怪

你用这个插件 做多页签 点击的时候没有卡顿吗

@jiangyh1024
Copy link
Author

谢谢 antd 的tree 我直接使用treeData 而不是 在tree里面写 treeNode 这样就可以了 真奇怪

你用这个插件 做多页签 点击的时候没有卡顿吗

小卡吧 不算太卡

@ouooke
Copy link

ouooke commented May 18, 2021

我也遇到这种本地调试正常,打包编译后就不正常的问题。Protable加上keepAlive做状态保持,选择功能本地调试没问题,编译后就不正常了。

@CJY0208
Copy link
Member

CJY0208 commented May 18, 2021

@ouooke keep-alive 插件的版本是多少?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants