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
When a new page is opened, and dev tools is opened, it works and prints "Selected!" to the console.
Refreshing the page (with dev tools open) will cause the custom extension to not work unless dev tools is reopened, or until a new window is opened. The tool works normally, so can cause the user to proceed without realizing their custom extension is not working.
A workaround is to call, but I think this should be handled elsewhere. window.__PIXI_DEVTOOLS_WRAPPER__?.reset();
The text was updated successfully, but these errors were encountered:
When using a custom extension, if you refresh chrome with dev tools open, the custom extension does not work until dev tools is reopened;
To reproduce, use this custom extension:
Create devtools like so:
When a new page is opened, and dev tools is opened, it works and prints "Selected!" to the console.
Refreshing the page (with dev tools open) will cause the custom extension to not work unless dev tools is reopened, or until a new window is opened. The tool works normally, so can cause the user to proceed without realizing their custom extension is not working.
A workaround is to call, but I think this should be handled elsewhere.
window.__PIXI_DEVTOOLS_WRAPPER__?.reset();
The text was updated successfully, but these errors were encountered: