Apps re-renders in every change in option from Sidebar #4546
Unanswered
NicoMartinic
asked this question in
Help and support
Replies: 1 comment
-
I'm trying to recreate the issue in the Vite example CodeSandbox here: https://codesandbox.io/p/devbox/polished-currying-g35x6t I can't see it, can you help try and create a minimal reproduction? |
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
-
Everytime i select an option from the sidebar to then render a custom component, the hole app re-renders and then redirects to the component in question. This only happens with the children declared in the sidebar, in login or register this doesn't happend.
app.tsx
Index.tsx
Home.tsx
dashboardLayout.tsx
Beta Was this translation helpful? Give feedback.
All reactions