mirror of https://github.com/sveltejs/svelte
fix: only throw bind error when not passing a value (#10090)
Relax the runtime error to only throw when you're passing a binding with an undefined value. This makes it possible to provide components in a way that can be used more flexibly while keeping the error to guard against the case that we want to avoid: a default value propagation up.pull/10468/head
parent
9161448ee5
commit
1a721e5916
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: only throw bind error when not passing a value
|
Loading…
Reference in new issue