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
If a nested component is being pass just static HTML, its fragment won't have an update method - but the update method for the containing fragment will still try to call update on the _yield_fragment.
The text was updated successfully, but these errors were encountered:
https://svelte.technology/repl?version=1.17.0&gist=68c7bc6624a41a4ae77435cb2ac9555e
If a nested component is being pass just static HTML, its fragment won't have an
update
method - but theupdate
method for the containing fragment will still try to callupdate
on the_yield_fragment
.The text was updated successfully, but these errors were encountered: