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 was archived by the owner on Apr 16, 2021. It is now read-only.
A refresh call is being made to an undefined component. This is likely due to queued undo / redo actions. We should prevent a user from stacking multiple refresh actions into a queue.
undefined is not an object (evaluating 'fetch(id).url')
Issue Type
New Feature
Enhancement
Bug
Other
Expected Behavior
Multiple refresh actions should not be queued. A new action should wait until the previous action is completed to prevent a call to refresh on an undefined component.
Current Behavior
The redux store may no longer contain a component and throws an error.
Steps to Reproduce
Create a workspace
Add multiple components into the workspace
Repeatedly use the keyboard shortcuts for undo / redo