mirror of https://github.com/sveltejs/svelte
fix: prevent false-positive ownership validations due to hot reload (#15154)
The component identity could change due to HMR, so we fall back to checking the filenames as well fixes #14746pull/15156/head
parent
83f00ebbd6
commit
970aa7cfaa
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: prevent false-positive ownership validations due to hot reload
|
Loading…
Reference in new issue