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
There are several instances where houdini-utils directly accesses browser globals like document and, implicitly, window that break when run in multi-window applications.
Issues that need to be resolved are labeled with // TODO: fix global.
The text was updated successfully, but these errors were encountered:
There are several instances where
houdini-utils
directly accesses browser globals likedocument
and, implicitly,window
that break when run in multi-window applications.Issues that need to be resolved are labeled with
// TODO: fix global.
The text was updated successfully, but these errors were encountered: