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
I've tried running this visualization, but couldn't get it to work.
I did npm install. followed by npm run start. But it fails with a whole lot of errors in the browser console.
I tried to update all packages and patch breaking changes in React/Webpack/Three. But still couldn't get it to run.
WebGL seems to be running crazy.
Is it possible to patch this viz with a working version that I can test with npm run start?
The text was updated successfully, but these errors were encountered:
yes, react-three-renderer lib (which is used here) relies heavily on React inner structure, so it doesn't work with the latest versions of React. To be fair, stellar-webpack also depends a bit on React internal stuff. I've updated dependencies and fixed errors, try it again.
I've tried running this visualization, but couldn't get it to work.
I did
npm install
. followed bynpm run start
. But it fails with a whole lot of errors in the browser console.I tried to update all packages and patch breaking changes in React/Webpack/Three. But still couldn't get it to run.
WebGL seems to be running crazy.
Is it possible to patch this viz with a working version that I can test with
npm run start
?The text was updated successfully, but these errors were encountered: