crates / react-admin-router-v6-bug

When I upgrade React Router to v6.4.x, my React Admin project dies a horrible death

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-admin Simple Example

This is the application we use for our end-to-end tests, and for reproducing bugs via CodeSandbox.

How to run

From the react-admin repository:

# install the dependencies for the monorepo
make install
# run the app in extended watch mode (reloads when a change is detected in the app code and in the packages code)
make run-simple

And then browse to http://localhost:8080/.

The credentials are login/password

About

When I upgrade React Router to v6.4.x, my React Admin project dies a horrible death


Languages

Language:TypeScript 98.5%Language:HTML 0.8%Language:JavaScript 0.7%