This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
Undefined identifier during component refresh #200
Labels
new-relic
Errors uncovered from new-relic monitoring
Issue Description
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.
https://github.com/cerner/kaiju/blob/master/rails/client/app/bundles/kaiju/components/Component/utilities/dispatcher.js#L97
Error
Issue Type
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
The text was updated successfully, but these errors were encountered: