It looks like new versions of Svelte are breaking compatibility with components compiled with previous versions of Svelte. For example, I have created a component _ScratchComponent_ that [works fine in the REPL with v1.18.1](https://svelte.technology/repl?version=1.18.1&gist=65210a9a013bd33b91b538101c752a5d) but [doesn't work with v1.19.1](https://svelte.technology/repl?version=1.19.1&gist=65210a9a013bd33b91b538101c752a5d) and [also doesn't work with the latest version](https://svelte.technology/repl?version=1.20.2&gist=65210a9a013bd33b91b538101c752a5d). Thoughts?