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
The easiest way to observe this is to use the React DevTools on keen.io. When you switch to the Explorer Classic, a new App root is mounted. But if you switch back to the Explorer v6, this root is not unmounted, but it is not reused either when switching again to Explorer Classic.
This means that switching multiple times between both explorers is leaking instances of the classic explorer.
The text was updated successfully, but these errors were encountered:
The easiest way to observe this is to use the React DevTools on keen.io. When you switch to the Explorer Classic, a new
App
root is mounted. But if you switch back to the Explorer v6, this root is not unmounted, but it is not reused either when switching again to Explorer Classic.This means that switching multiple times between both explorers is leaking instances of the classic explorer.
The text was updated successfully, but these errors were encountered: