Xinyi Chen

Results 2 comments of Xinyi Chen

@bkrem @KrzysztofKarol Is this issue fixed? Somehow I'm still seeing the same error during server side rendering. amazing work by the way, looking forward to using it!

@thomashibbard same window not defined issue even with NoSSR. I finally got it working by doing a inline import ``` const Tree = require('react-d3-tree').Tree; return ( ); ```