0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/.changeset/rich-waves-mix.md
Simon H 03c067f598
fix: try-catch deep read (#10270)
Accessing values might throw errors if they're not just values but getters. Guard against that by try-catching every access so that `$inspect` doesn't fail
fixes the iframe error in the playground reported in #10174
2024-01-23 20:22:47 +01:00

68 B

svelte
patch

fix: try-catch deep read during $inspect