erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
12.01k stars 2.5k forks source link

Memory leaking under Firefox #1398

Open poorbug opened 7 years ago

poorbug commented 7 years ago
  1. I run npm run dev and visit localhost:3000 with Firefox(53.0.3 (64-bit)). Everything works fine so far.
  2. I open the Inspector and wait about ten seconds. Then it starts leaking.

screen shot 2017-06-09 at 2 13 19 pm 2

I am trying to find out what's wrong but still not found.

poorbug commented 7 years ago

Latest news: opening http://localhost:3001/dist/main-ed4a12b31ee841067274.js in Firefox caused same problem. And I get lost. 😩

PhilNorfleet commented 7 years ago

can you take a look at your redux devtool output? I had discovered some unusual behavior recently that may be related to your issue

poorbug commented 7 years ago

Hi, @PhilNorfleet

Thanks for your reply. Been busy these days. I've checked the redux devtool, but nothing strange found.

devtool output after open inspector

More information about this issue:

  1. Just happens under npm run dev ( works fine in production)
  2. Just happens under Firefox inspector ( works fine under Firebug)
  3. Memory leaking until Firefox crash

How to reproduce this:

  1. npm run dev
  2. visit localhost:3000 in Firefox
  3. open Inspector
  4. wait for 30 seconds
  5. screen shot 2017-06-19 at 2 32 29 pm