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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have the following schema:
and then in the
Products
component I add more routes:The problem is that the ProductAdd component doesn't render into
<Layout/>
, it results to a white page.Sandbox: https://codesandbox.io/p/sandbox/qgxxdc
If this doesn't work, how to define additional routes in descendant components?
I need this to separate responsibilities of different parts of an app.
Beta Was this translation helpful? Give feedback.
All reactions