I have been trying to get the webpack-app example running and have only been able to get to the point of this error
VM173 app.js:5671 deck: initialization of CompositeLayer({id: 'my-flowmap-layer'}): dataProvider.updateLayersData is not a function
I'm using the latest master code, deleting the root level package.json and running npm i and npm run start from the webpack-app directory,
It seems like the non-react examples might not be up to date and/or the library is only working completely with react-based.
Any help is appreciated.
Thanks!
I have been trying to get the webpack-app example running and have only been able to get to the point of this error
I'm using the latest master code, deleting the root level package.json and running
npm iandnpm run startfrom the webpack-app directory,It seems like the non-react examples might not be up to date and/or the library is only working completely with react-based.
Any help is appreciated.
Thanks!