stellar-webpack icon indicating copy to clipboard operation
stellar-webpack copied to clipboard

Can't run this example

Open xumx opened this issue 8 years ago • 1 comments

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?

xumx avatar Jul 07 '17 11:07 xumx

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.

alexkuz avatar Jul 13 '17 09:07 alexkuz