mirror of https://github.com/sveltejs/svelte
chore: allow `null` for `pending` in typings (#18201)
Closes #18166 We handle all falsy values at runtime already and for basically every other dom attribute also allow `null`, so no reason not to do this.pull/18210/head
parent
af5b9724ab
commit
1688c84be9
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
chore: allow `null` for `pending` in typings
|
||||
Loading…
Reference in new issue