I have
"react-breadcrumbs-dynamic": "^1.2.1",
"react-through": "^1.1.4",
And have the Warning in console
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: ThroughAgent
Learn more about this warning here: https://fb.me/react-legacy-context
in ThroughAgent
I have
"react-breadcrumbs-dynamic": "^1.2.1",
"react-through": "^1.1.4",
And have the Warning in console