Gildas Garcia
Gildas Garcia
This issue has been introduced by https://github.com/remix-run/react-router/pull/11199 released in `[email protected]`. The location returned by `useLocation` is `"/resource/1:prod:resource1/"` while `useResolvedPath` now returns `"/resource/1%3Aprod%3Aresource1"`
I'd love to see a PR! We require at least React 18 so that should work.
> > Thanks for the PR! Would you mind adding some too? > > @djhi, I might not have understood what you're requesting. Could you clarify your change request a...
Hi, That's low priority for us and we must keep the support for v3. We would gladly accept a PR that manages that though
Thanks for reporting this. Please provide a sample application showing the issue by forking the following Stackblitz (https://stackblitz.com/github/marmelab/react-admin/tree/master/examples/simple).
We don't lazy load anything in react-admin so I think you're talking about the lazy loading example in our documentation?
My bad, I missed the comment about our `Layout`. In any case, we use react-router v7 on the [ecommerce demo](https://marmelab.com/react-admin-demo) and didn't notice any issue with lazy loading. Can you...
Hey @lukascivil, could you setup a reproduction somewhere? A git repo if stackblitz doesn't work