Replies: 1 comment
-
In react context cannot pierce through different renderers. To work around that either use a router that doesn't need context, or forward the context. In the docs look into the gotchas section, there's a solution as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys!
I'm wondering about using react-router hook inside Canvas element to do some actions with this, but this seem to be wrong. It throws
TypeError: Cannot read properties of undefined (reading 'match')
error.Full Error Reports
btw, I tried this solution from @mortocks, but it didn't work
#486
Beta Was this translation helpful? Give feedback.
All reactions