react-redux-form
react-redux-form copied to clipboard
actions.load blocks page
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.
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