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.
Issue Description
The sandbox iframe can be unmounted when a request is made to find its content window.
https://github.com/cerner/kaiju/blob/master/rails/client/app/bundles/kaiju/components/Project/utilities/messenger.js#L4
Error
Issue Type
Expected Behavior
The Sandbox iframe should not be requested when it is unavailable.
Current Behavior
A request to fetch the Sandbox iframe is made when it is not present on the screen.
Steps to Reproduce
N/A