Jakob Norlin

Results 20 comments of Jakob Norlin

Hmm okay, thanks @alevroub . I'll look into that meanwhile.

**Additional context** 1. This is printed to the console when it happens ``` [vite] hmr invalidate /app/app.tsx Could not Fast Refresh ("true" export is incompatible). Learn more at https://github.com/vitejs/vite-plugin-react-swc#consistent-components-exports ```...

@SeanCassiere the issue is still there in v1.26.7/v1.26.8. The error message changed a bit though. It's now `Invariant failed: Could not find an active match from "/_layout/a/b"` I forgot to...

I wouldn't consider it closed because of automatic code splitting though. We use Relay which indirectly enforces manual conventions on our page file names, so we need to use manual...

> Sometimes it also happens with loaderData For us, loaderData was fixed in 1.31.6. Context is still sometimes undefined though.

Does it work if you define your optionsSchema like this? ```typescript // Conversion to zod schema const zodOptionsSchema = z.object({ darkMode: z.boolean().default(true), frameStyle: z.enum(["windows", "macos"]).default("windows"), frameTheme: z.enum(["light", "dark", "auto"]).default("auto") })...

> Ah, it's likely that we don't check the block attribute when an `iframe` gets added to the DOM after the snapshot. Yeah that sounds like it could be it!

@andreiborza @billyvg https://github.com/getsentry/rrweb/pull/212 was just released in Sentry. I tried upgrading to v8.28.0 in my reproduction repo, but the issue is still there for me. I have confirmed that the...

Should I interpret that as "working as intended"? Or will you investigate if there are ways around it? If the browser blocks the listener from attaching to the iframe anyway,...