Closed sweatherall closed 3 years ago
Hi there,
These are the possible reasons and solutions:
Your redux store size is way too big to be handled. You may you either whitelist or blacklist to solve this problem.
If you enabled cyclic reference resolver, stop using it.
Thank you for the helpful response, whitelisting it is!
Flipper version: 0.64.0 RN version: 0.63.3
I am working with a somewhat complex react native app, but sometimes the redux logs can get several minutes behind!
Under Flipper Degug logs, I see this message many times:
Plugin flipper-plugin-redux-debugger took too much time while doing background: 44ms. Handling background messages should take less than 25ms.
I'm wondering if there is anything I can do to fix this lag? Let me know if I can provide any other information.
Thank you!