We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
大家如果用的时候发现说报 Cannot read property 'update' of undefined
Cannot read property 'update' of undefined
是因为 react.addons.update 这个接口已经被独立出 react了。facebook/react#2909
react.addons.update
react
解决的办法可以自行Google react.addons.update 寻找替换的npm 然后在代码里 重置该变量即可。
如果大家想偷个懒, 可以到jsonz.github。 自己根据shigebeyond 的代码造了一个小轮子。 改用es6语法 && 兼容新版本的 React && RN。 不过没有传到npm上 主要是懒~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
大家如果用的时候发现说报
Cannot read property 'update' of undefined
是因为
react.addons.update
这个接口已经被独立出react
了。facebook/react#2909解决的办法可以自行Google
react.addons.update
寻找替换的npm 然后在代码里 重置该变量即可。如果大家想偷个懒, 可以到jsonz.github。 自己根据shigebeyond 的代码造了一个小轮子。 改用es6语法 && 兼容新版本的 React && RN。 不过没有传到npm上 主要是懒~
The text was updated successfully, but these errors were encountered: