#Does npx react-router reveal work in React Router v6?
1 messages · Page 1 of 1 (latest)
no, that's only for v7
in RRv6 there are not things to reveal
as there's no framework mode
also that command only works on v7 for framework mode
Thanks, Sergio. Makes sense now.
I'm trying to get auth data before going into the loaders of the project, but the loaders run in parallel. Have you come across this? Thanks.