Closed ryanchesnut closed 3 years ago
I think you need to add type: module to the package json. It could be because I'm using Next.js
type: module
Pulled the code into my app directly, everything works great.
Fixed on v0.3.3! Needed an extra flag on the tsconfig.json. Thanks
I think you need to add
type: module
to the package json. It could be because I'm using Next.jsPulled the code into my app directly, everything works great.