Shopify Remix Boilerplate - How setup flat routes #151
-
I installed the
I removed the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Provided error from Upgrading from Remix Why Remix replaced with React Router How to install React Router v7 as a framework (previously Remix) |
Beta Was this translation helpful? Give feedback.
Provided error from
npx remix routes
refers you are using react-router 7. Therefore, you should follow react-router 7 documentation. Since react-router v7 replaced remix as a package. You should remove remix packages from your package.json and migrate remix imports with react-router imports.Upgrading from Remix
Routing with React Router v7
Using remix-flat-routes with React Router v7
Why Remix replaced with React Router
How to install React Router v7 as a framework (previously Remix)