react-redux-form icon indicating copy to clipboard operation
react-redux-form copied to clipboard

actions.load blocks page

Open Hazantip opened this issue 6 years ago • 0 comments

The Problem

actions.load blocks the page (even css animations stops). In video example below you can see loader which has animation each 500ms but there is no animation few seconds.

video example (console)

Steps to Reproduce

On mounting component with a few forms i call actions.load(...) to update form values, which triggers a lot of action rrf/batch, action rrf/change, rrf/clearIntents and this causes a total page blocking.

Expected Behavior

updating form values without blocking page

Actual Behavior

updating form values with blocking page

Reproducible Code Example

codepen

Hazantip avatar Oct 27 '18 15:10 Hazantip