-
Notifications
You must be signed in to change notification settings - Fork 808
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
React.DOM.noscript Warning #411
Comments
Hi @andrewjmead, there are PR #410 (what you are looking for) and #395. Do mind review both PRs? |
Yes. This is my fault. I looked though the issue list, but I failed to look though the PR list. It might be a good idea to get #410 in while work on v1 continues. I can test the changes on v14 tonight. |
Awesome. I'll release a new version with #410. |
Thank you so much @andrewjmead! Released |
Very cool. Thanks for your work. I've been using react-modal for years and would love to get a little more involved. See you around! |
Warning: Accessing factories like React.DOM.noscript has been deprecated and will be removed in v16.0+. Use the react-dom-factories package instead. Version 1.0 provides a drop-in replacement. For more info, see https://fb.me/react-dom-factories printWarning @ react.js:2277 lowPriorityWarning @ react.js:2296 3.Object.keys.forEach.React.DOM.(anonymous function) @ react.js:298 Modal_render @ react-modal.js:203 reactjs/react-modal#411
Warning: Accessing factories like React.DOM.noscript has been deprecated and will be removed in v16.0+. Use the react-dom-factories package instead. Version 1.0 provides a drop-in replacement. For more info, see https://fb.me/react-dom-factories printWarning @ react.js:2277 lowPriorityWarning @ react.js:2296 3.Object.keys.forEach.React.DOM.(anonymous function) @ react.js:298 Modal_render @ react-modal.js:203 reactjs/react-modal#411
First up, thanks for helping push this library forward!
Just wanted to make you aware of this new warning as I didn't see an open issue about it. Hopefully this will be of some help.
Summary:
As of React 15.6, there is a deprecation warning when accessing React.DOM factory helpers. Here's the warning in full:
The usage can be seen here: dist/react-modal.js line 173
Steps to reproduce:
The text was updated successfully, but these errors were encountered: