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
i have a web app with a number of separate concurrent pixi instances. i've been selecting which instance to inspect (and which devtools to use) by setting a feature flag (i'm using launch darkly) and then manually attaching to window['PIXI_DEVTOOLS']. this has been working as expected, but i recently updated the env to pixi v8 and now regardless of what i do manually the devtools just pick up the most recent pixi instance to initialize. @Zyie suggested manually detaching global hooks so that i could manually select the pixi instance, but that hasn't worked for me as yet.
implementing something like tabs or a dropdown selector would be amazing, but at least being able to turn off automatic detection and manually select a specific application
The text was updated successfully, but these errors were encountered:
i have a web app with a number of separate concurrent pixi instances. i've been selecting which instance to inspect (and which devtools to use) by setting a feature flag (i'm using launch darkly) and then manually attaching to window['PIXI_DEVTOOLS']. this has been working as expected, but i recently updated the env to pixi v8 and now regardless of what i do manually the devtools just pick up the most recent pixi instance to initialize. @Zyie suggested manually detaching global hooks so that i could manually select the pixi instance, but that hasn't worked for me as yet.
implementing something like tabs or a dropdown selector would be amazing, but at least being able to turn off automatic detection and manually select a specific application
The text was updated successfully, but these errors were encountered: