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
Currently, I can call __RELAY_DEVTOOLS_HOOK__.registerEnvironment(env) to add an environment to the devtools environment dropdown, but there is no corresponding way to remove (or deregister) an environment.
My motivation is for a sandbox tool where there may be many relay environments created or torn down within a page lifecycle. Currently, the dropdown is add-only, so after a short period of time we have no choice but to do a full-page reload.
The text was updated successfully, but these errors were encountered:
Currently, I can call
__RELAY_DEVTOOLS_HOOK__.registerEnvironment(env)
to add an environment to the devtools environment dropdown, but there is no corresponding way to remove (or deregister) an environment.My motivation is for a sandbox tool where there may be many relay environments created or torn down within a page lifecycle. Currently, the dropdown is add-only, so after a short period of time we have no choice but to do a full-page reload.
The text was updated successfully, but these errors were encountered: