mirror of https://github.com/sveltejs/svelte
This is needed because effects record the renderer they were created with. But if we interlieve a DOM renderer with a Custom one, current_renderer could be a custom one when the effect reruns and if we don't push `null` it will use the custom_renderer methods instead of the DOM ones.pull/18359/head
parent
131fae3c2d
commit
e5beb7297d
Loading…
Reference in new issue