uber / nebula.gl

A suite of 3D-enabled data editing overlays, suitable for deck.gl

Home Page:https://nebula.gl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError using with vue

vrman opened this issue · comments

commented

i got this error in my vue project :
TypeError: Cannot read properties of undefined (reading 'POLYGON_CLIPPING_MAX_QUEUE_SIZE')

vue-router.esm-bundler.js:3295 TypeError: Cannot read properties of undefined (reading 'POLYGON_CLIPPING_MAX_QUEUE_SIZE') at node_modules/polygon-clipping/dist/polygon-clipping.esm.js (polygon-clipping.esm.js:1661:85) at __init (chunk-UC7LELEO.js?v=177dde24:45:50) at node_modules/@turf/difference/dist/js/index.js (index.js:3:23) at __require2 (chunk-UC7LELEO.js?v=177dde24:48:44) at node_modules/nebula.gl/dist-es6/lib/deck-renderer/deck-drawer.js (deck-drawer.ts:6:1) at __require2 (chunk-UC7LELEO.js?v=177dde24:48:44) at node_modules/nebula.gl/dist-es6/index.js (index.ts:2:1) at __require2 (chunk-UC7LELEO.js?v=177dde24:48:44) at dep:nebula_gl:1:16

any idea how to fix this ?