react-universal-component
react-universal-component copied to clipboard
Upgrade to New Context API
currently getting this error when in StrictMode on the latest react
react-dom.development.js?61bb:545 Warning: Legacy context API has been detected within a strict-mode tree:
Please update the following components: UniversalComponent
are there any plans to upgrade to the new Context API?
Willing to open a PR? Ill happily merge
@ScriptedAlchemy Put up an MR to get rid of legacy context and use the new API: https://github.com/faceyspacey/react-universal-component/pull/216