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
myRoutesComponent is a custom Element which returns a main Route and some child Routes. The component is connected with redux with connect. This because the routes can change over time.
But that's not working! The myRoutesComponent is not rendered at all - so no routes are initialized.
Why it's not working this way?
ps: I don't want to use the react-route dynamic url functionality. I want to define all routes by myself but dynamically based on redux data.
The text was updated successfully, but these errors were encountered:
I have something like this:
myRoutesComponent is a custom Element which returns a main Route and some child Routes. The component is connected with redux with
connect
. This because the routes can change over time.But that's not working! The
myRoutesComponent
is not rendered at all - so no routes are initialized.Why it's not working this way?
ps: I don't want to use the react-route dynamic url functionality. I want to define all routes by myself but dynamically based on redux data.
The text was updated successfully, but these errors were encountered: