product · inferred from evidence
Chrome
The browser in which the circular dependency warnings were reported during the build.
- airtable.browser.js fails with "Failed to execute 'fetch' on 'Window': Illegal invocation"
How to fix: airtable.browser.js fails with "Failed to execute 'fetch' on 'Window': Illegal invocation". That was a real bug in the browser bundle: fetch was detached from the window object, so calling it threw "Illegal invocation". Users ve
- LaunchDarkly js client 2.9.7 to 2.10.0 upgrade breaks feature flags in Firefox
LaunchDarkly js client 2.9.7 to 2.10.0 upgrade breaks feature flags in Firefox. Fixed in launchdarkly-js-client-sdk 2.10.1, upgrade from 2.10.0 to 2.10.1 and flags evaluate correctly in Firefox again.
- Failed to initialize Stagehand: You seem to be calling `page` on a page in an uninitialized `Stagehand` object
Starting with Chrome 136, `--remote-debugging-port` no longer works unless you also pass a custom `--user-data-dir`. That upstream Chrome change broke Stagehand's local attach, which surfaced as the confusing "uninitialized Stagehand object
- Circular dependency warnings from @braze/web-sdk with Vite / Rollup
Exclude the SDK from Vite's dev-server dependency optimization so it is loaded as-is instead of being pre-bundled: add `@braze/web-sdk` to `optimizeDeps.exclude` in vite.config (e.g. `optimizeDeps: { exclude: ['@braze/web-sdk'] }`).