mirror of https://github.com/sveltejs/svelte
fix: try catch `strict_equals` to avoid error accessing `STATE_SYMBOL` (#13216)
Can error if trying to access something while in a secure context, like iframe, sandboxes, etc. Fixes #13214pull/13217/head
parent
e9dc118eb7
commit
0b25e2be0e
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: try catch `strict_equals` to avoid error accessing `STATE_SYMBOL`
|
Loading…
Reference in new issue