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
there is an issue if a manifest is rendered by window and then the same manifest is loaded in the form that results in a "Cannot read property 'getLabel' of undefined error" in Window.render(). Window will not remount in this case, so the component should expect a props update and re-instantiate the viewer instance (and do a refetch for tiles, etc.) when the required manifest prop has been re-propagated from store. This can be done within ComponentDidUpdate.
The text was updated successfully, but these errors were encountered:
there is an issue if a manifest is rendered by window and then the same manifest is loaded in the form that results in a "Cannot read property 'getLabel' of undefined error" in Window.render(). Window will not remount in this case, so the component should expect a props update and re-instantiate the viewer instance (and do a refetch for tiles, etc.) when the required manifest prop has been re-propagated from store. This can be done within ComponentDidUpdate.
The text was updated successfully, but these errors were encountered: