You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
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.
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.
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
The text was updated successfully, but these errors were encountered: