faceyspacey/react-universal-component

Upgrade to New Context API

ithinkdancan opened this issue · 2 comments

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: #216