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
When using this with next.js I get the following error:
[ error ] ./pages/_app.tsx
[1] TypeError: paths.join is not a function
[1] at Array.forEach (<anonymous>)
[1] at Array.map (<anonymous>)
[1] [ wait ] compiling ...
[1] > Client ready on http://localhost:3000
[1] [ error ] ./node_modules/next/dist/client/next-dev.js
[1] TypeError: paths.join is not a function
[1] at Array.forEach (<anonymous>)
[1] at Array.map (<anonymous>)
[1] [ wait ] compiling ...
[1] [ error ] ./node_modules/next/dist/client/next-dev.js
[1] TypeError: paths.join is not a function
[1] at Array.forEach (<anonymous>)
[1] at Array.map (<anonymous>)
[1] [ wait ] compiling ...
[1] [ error ] ./node_modules/next/dist/client/next-dev.js
[1] TypeError: paths.join is not a function
[1] at Array.forEach (<anonymous>)
[1] at Array.map (<anonymous>)
The text was updated successfully, but these errors were encountered:
Order matters when declaring babel plugins. Did you configure using .babelrc? Try adding the babel-plugin-recharts at the end of the plugins list. A working example would be:
When using this with next.js I get the following error:
The text was updated successfully, but these errors were encountered: