luisanton-io / recoil-nexus

MIT License
163 stars 13 forks source link

SyntaxError: Cannot use import statement outside a module #5

Closed ryanchesnut closed 3 years ago

ryanchesnut commented 3 years ago

I think you need to add type: module to the package json. It could be because I'm using Next.js

Pulled the code into my app directly, everything works great.

image

luisanton-io commented 3 years ago

Fixed on v0.3.3! Needed an extra flag on the tsconfig.json. Thanks