-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infinite rerender on no-code example on CodeSandbox #7453
Comments
Hello! |
Hi @slax57 Checkout this repo's config, it is no longer having infinite loop, can you also verify if the local one works fine for you? |
Seems now the codesandbox no longer rerenders infinitely, but, it still has an error without any console log.... Tested against https://codesandbox.io/s/github/marmelab/react-admin/tree/vite-consistent/examples/no-code after vite version bump in #8345 |
https://codesandbox.io/s/github/marmelab/react-admin/tree/master/examples/no-code seems throws bad gateway for now because vite cannot be found.
Huh, I have to fork and change the starting script in https://codesandbox.io/s/pedantic-ully-d1so8d?file=/package.json:64-83 from |
What you were expecting:
The codesandbox should not keep rerendering the view
What happened instead:
the view gets rerendered infinitely
Steps to reproduce:
Create a sandbox using https://github.com/marmelab/react-admin/tree/next/examples/no-code
Related code:
Other information:
Environment
The text was updated successfully, but these errors were encountered: