react-amplitude
react-amplitude copied to clipboard
Warning: Legacy context API has been detected within a strict-mode tree.
I got the following warning in my app once I enabled reactStrictMode.
Warning: Legacy context API has been detected within a strict-mode tree.
The old API will be supported in all 16.x releases, but applications using it should migrate to the new version.
Please update the following components: Amplitude, AmplitudeProvider
Learn more about this warning here: https://reactjs.org/link/legacy-context
Doc: https://reactjs.org/link/legacy-context
It's not a blocker, but should be considered for the future.
+1