artcom / react-three-arjs

AR.js with react-three-fiber
174 stars 43 forks source link

next.js support #38

Closed kelokchan closed 1 year ago

kelokchan commented 1 year ago

I'm trying to use this library on a next.js project but I'm getting the following error when trying to import ARCanvas

Failed to compile
./node_modules/@artcom/react-three-arjs/lib/ar/ar.js:3:0
Module not found: Can't resolve 'core-js/modules/es.symbol.to-primitive.js'

Has anyone faced similar issues?

HerpGuy88 commented 7 months ago

I'm trying to use this library on a next.js project but I'm getting the following error when trying to import ARCanvas

Failed to compile
./node_modules/@artcom/react-three-arjs/lib/ar/ar.js:3:0
Module not found: Can't resolve 'core-js/modules/es.symbol.to-primitive.js'

Has anyone faced similar issues?

Did you ever solve this issue? I'm having the same problem.