Open danielcherrington opened 1 year ago
@danielcherrington You need at least nextjs 12 which supports ES Modules.
or you can use next-transpile-modules"
to transpile it for you - the modules which you have to transpile are react-animated-tree-v2
and react-spring
(or react-spring/renderprops
)
I am using NextJS 12. I will review the configuration
When building a NextJS app on vercel using the latest version the following build error happens