Skip to content
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

Simple example with webpack is broken #6025

Closed
fzaninotto opened this issue Mar 11, 2021 · 0 comments · Fixed by #6037
Closed

Simple example with webpack is broken #6025

fzaninotto opened this issue Mar 11, 2021 · 0 comments · Fixed by #6037
Labels

Comments

@fzaninotto
Copy link
Member

Problem

We recently migrated the simple example from webpack to vite.js to improve the developer experience. But we had to keep a webpack version to allow CodeSandbox to run the simple example - as Codesandbox and Vite don't work with each other.

However, the webpack version of the simple example has super strange bugs: when browsing to the post list, clicking on a row in the datagrid has no effect. This bug doesn't exist in the Vite.js version.

This is a critical bug as it prevents users to use the Codesandbox to reproduce their issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant