Error opening views on 8.3

Ignition 8.3.0

Sometimes when opening views, it gets stuck on loading. Closing and reopening the view seems to fix it.

13:03:46.936 [Render Thread: 475b30c1-0a4b-4d44-8301-40313ae8e223] WARN Perspective.Designer.Workspace -- No designer store found on window!
13:03:46.943 [AWT-EventQueue-0] ERROR Perspective.JavaJsBridge -- Unexpected error dispatching pipe mode change.
java.lang.NullPointerException: Cannot read field "path" because the return value of "com.inductiveautomation.perspective.designer.api.DesignAdapter.getDeepSelection()" is null
at com.inductiveautomation.perspective.designer.workspace.ViewResourceEditor.onPipeModeChange(ViewResourceEditor.java:260)
at com.inductiveautomation.perspective.designer.workspace.ViewEditorJsBridge.lambda$onPipeModeChangeInternal$8(ViewEditorJsBridge.java:134)
at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)