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
We currently rely on a hacky solution that forces a full page refresh when navigating to /map because of multiple rendering problems that occur otherwise. Specifically, the issue arises when a user:
Logs in,
Navigates to /map,
Performs analysis,
Goes to the Dashboard,
Returns back to /map.
On repeated navigation, the map component is re-rendered multiple times, eventually causing the error:
“There are too many active WebGL contexts on this page, the oldest context will be lost.”
The text was updated successfully, but these errors were encountered:
We currently rely on a hacky solution that forces a full page refresh when navigating to /map because of multiple rendering problems that occur otherwise. Specifically, the issue arises when a user:
On repeated navigation, the map component is re-rendered multiple times, eventually causing the error:
“There are too many active WebGL contexts on this page, the oldest context will be lost.”
The text was updated successfully, but these errors were encountered: