We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting:
[plugin:react-router:route-exports] Identifier 'loader' has already been declared.
When I import loader from a separate file and then re-export it.
loader
Example: https://github.com/rmichalak/react-router-devtools-bug
This is the commit that breaks npm run dev: rmichalak/react-router-devtools-bug@ac44bed When you revert it, everything works.
npm run dev
The text was updated successfully, but these errors were encountered:
Same situation with action
action
Sorry, something went wrong.
Yeah,the transformer is the same so it's the same for clientAction and clientLoader as well
No branches or pull requests
I'm getting:
When I import
loader
from a separate file and then re-export it.Example:
https://github.com/rmichalak/react-router-devtools-bug
This is the commit that breaks
npm run dev
: rmichalak/react-router-devtools-bug@ac44bedWhen you revert it, everything works.
The text was updated successfully, but these errors were encountered: