My team uses the jira an mural integration and recently this is not working.
the console errors indicate that an API may have been updated and older versions are not supported however I am not sure how to fix this issue:
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: AnalyticsContext, AnalyticsContextConsumer, styled.span
Learn more about this warning here: https://fb.me/react-legacy-context
in AnalyticsContext (created by WithAnalyticsContext(WithAnalyticsEvents(undefined)))
in WithAnalyticsContext(WithAnalyticsEvents(undefined)) (created by JiraFilters)
in div (created by JiraFilters)
in form (created by JiraFilters)
in JiraFilters (created by SearchIssues)
in div (created by SearchIssues)
in div (created by SearchIssues)
in div (created by SearchIssues)
in SearchIssues (created by Context.Consumer)
in Route
in Switch
in Router (created by HashRouter)
in HashRouter
in StrictMode
Does anyone have any idea who owns this problem?
Cheers,
Any follow-ups on this issue? Having the exact same warning here while trying to use DatePicker component.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.