You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nested slot props inside of an #if block are only updating the first time the block is executed.
I have a simple input component that passes the input via a slot prop to another slot.
The prop is only updating the first time through when inside of an #if block.
If I dereference the prop outside of the inner slot it seems to work.
Nested slot props inside of an #if block are only updating the first time the block is executed.
I have a simple input component that passes the input via a slot prop to another slot.
The prop is only updating the first time through when inside of an #if block.
If I dereference the prop outside of the inner slot it seems to work.
Here is a repl demonstrating the behavior:
https://svelte.dev/repl/50850852403548b5b6381145ba9dc796?version=3.17.1
Using latest svlete, Chrome on latest osx
Not sure if this is a bug or expected behavior, but it took a lot of effort to track down.
The text was updated successfully, but these errors were encountered: