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
Describe the bug
When trying to include polygon-clipping, get an error Cannot read properties of undefined (reading 'POLYGON_CLIPPING_MAX_QUEUE_SIZE') because we have process but don't have env in nuxt 3 project.
Reproduction
https://stackblitz.com/edit/nuxt-starter-e8wsmf?file=package.json
Describe the bug
When trying to include polygon-clipping, get an error
Cannot read properties of undefined (reading 'POLYGON_CLIPPING_MAX_QUEUE_SIZE')
because we haveprocess
but don't haveenv
in nuxt 3 project.Can u check for
process
andprocess.env
here ?The text was updated successfully, but these errors were encountered: