You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
I believe the issue is that IE does not support the Event constructor, which dcc.Link uses to trigger a pushstate event. This in turn means that the dcc.Location listener will never pick it up.
This Stack Overflow post links to a MSDN page which includes a polyfill for CustomEvent as a workaround.
originally reported in https://community.plot.ly/t/multi-page-dash-app-internet-explorer-issue/6206/3
The text was updated successfully, but these errors were encountered: