andrewdavey / immutable-devtools

Chrome Dev Tools custom formatter for Immutable-js values
BSD 3-Clause "New" or "Revised" License
661 stars 29 forks source link

Not working with DevTools (server side) #31

Closed Kronuz closed 6 years ago

Kronuz commented 6 years ago

I'm using node --inspect-brk and chrome://inspect to debug the server side rendering (Using Webpack, React and Redux stack) but sure enough it says window object doesn't exist. maybe it should try installing those in global instead for it to work.

Kronuz commented 6 years ago

Yes, verified, it works if it uses global instead of window for that case.

brainkim commented 6 years ago

Any update on getting this merged in? :)

mattzeunert commented 6 years ago

This is merged now and published to NPM.