react-redux-universal-hot-example
react-redux-universal-hot-example copied to clipboard
Memory leaking under Firefox
- I run
npm run devand visitlocalhost:3000with Firefox(53.0.3 (64-bit)). Everything works fine so far. - I open the Inspector and wait about ten seconds. Then it starts leaking.

I am trying to find out what's wrong but still not found.
Latest news:
opening http://localhost:3001/dist/main-ed4a12b31ee841067274.js in Firefox caused same problem.
And I get lost. 😩
can you take a look at your redux devtool output? I had discovered some unusual behavior recently that may be related to your issue
Hi, @PhilNorfleet
Thanks for your reply. Been busy these days. I've checked the redux devtool, but nothing strange found.

More information about this issue:
- Just happens under
npm run dev( works fine in production) - Just happens under Firefox inspector ( works fine under Firebug)
- Memory leaking until Firefox crash
How to reproduce this:
npm run dev- visit
localhost:3000in Firefox - open Inspector
- wait for 30 seconds