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 was archived by the owner on May 17, 2019. It is now read-only.
Including the fusion-plugin-styletron-react plugin will block react router updates occasionally.
Current behavior
I'm still working on a STR here, but it seems that including fusion-plugin-styletron-react will cause the router plugin to stop working. Links can be clicked which will update the browser URL, but the component does not render.
Type of issue
Bug
Description
Including the fusion-plugin-styletron-react plugin will block react router updates occasionally.
Current behavior
I'm still working on a STR here, but it seems that including fusion-plugin-styletron-react will cause the router plugin to stop working. Links can be clicked which will update the browser URL, but the component does not render.
It feels like a symptom of: https://github.com/ReactTraining/react-router/blob/master/packages/react-router/docs/guides/blocked-updates.md
Expected behavior
Everything works as normal.
Your environment
I'll try to implement a minimal reproducible repository.
Interesting note:
This reproduces with code like:
If you simply swap the order, the issue goes away:
The text was updated successfully, but these errors were encountered: