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
var getDOMNode; if (/^0\.14/.test(React.version)) { getDOMNode = function(ref) { return ref; } } else { getDOMNode = function(red) { return ref.getDOMNode(); }
The text was updated successfully, but these errors were encountered:
Please also s/red/ref in the above else clause, since this is currently breaking React 13.
Sorry, something went wrong.
var getDOMNode; if (/^0.14/.test(React.version)) { getDOMNode = function(ref) { return ref; } } else { getDOMNode = function(ref) { return ref; } }
是不是应该更新下代码,保持根引用的qrcode.react 库一致,还有npm 也更新下,安装后是错误的代码
No branches or pull requests
The text was updated successfully, but these errors were encountered: