microsoft / fluentui-contrib

Monorepo for contributor extension packages to Fluent UI
MIT License
29 stars 31 forks source link

Bug: fix browser global usage in `houdini-utils` #183

Open spmonahan opened 4 months ago

spmonahan commented 4 months ago

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.