You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in ./node_modules/react-router-dom/server.mjs 18:15-21
Can't import the named export 'Action' from non EcmaScript module (only default export is available)
I guess it's because of the webpacker configuration?
The text was updated successfully, but these errors were encountered:
Version
6.0.0
Steps to reproduce
Install react-router and react-router-dom on rails react app using webpacker.
Create a component like this:
Expected Behavior
The component should work fine
Actual Behavior
Getting this compilation error:
I guess it's because of the webpacker configuration?
The text was updated successfully, but these errors were encountered: