-
-
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
[v3-alpha] the demo doesn't appear to run #3436
Labels
Comments
Locally, you have to rebuild everytime you change the react-admin code before running the demo. Can you check it by running |
The bug is real - I release 3.0.0-alpha.0 a bit too fast. #3440 should solve it. |
The demo is now running, thank you. |
Fixed by #3440 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like it is using the v3 features while keeping v2 dependencies in
package.json
.Forcing the new versions results in the following error:
Unhandled Rejection (Error): Invariant failed: You should not use <Switch> outside a <Router>
onsrc/App.js:45
The text was updated successfully, but these errors were encountered: