Upgrade to New Context API
ithinkdancan opened this issue · 2 comments
ithinkdancan commented
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?
ScriptedAlchemy commented
Willing to open a PR? Ill happily merge
ithinkdancan commented
@ScriptedAlchemy Put up an MR to get rid of legacy context and use the new API: #216