CrownFramework / svelte-error-boundary

Error Boundaries for Svelte
MIT License
75 stars 5 forks source link

this.$$set is not a function #7

Closed mattfysh closed 3 years ago

mattfysh commented 3 years ago

https://github.com/CrownFramework/svelte-error-boundary/blob/a92baeeea9ad8b4912c66fbcfa1dcc680ad67d69/src/createBoundary.js#L52

Is this a breakage on the internal Svelte API?

gbrits commented 2 years ago

I also just got this error, but this closed issue wasn't helpful in how to resolve it?

_slug_.62e7326c.js:1 Uncaught (in promise) TypeError: this.$$set is not a function
    at new <anonymous> (_slug_.62e7326c.js:1:2709)
    at fn (_slug_.62e7326c.js:1:35335)
    at p$ (client.be1ea105.js:1:130198)
    at new gn (_slug_.62e7326c.js:1:43265)
    at Array.OA (client.be1ea105.js:1:210903)
    at Array.IA (client.be1ea105.js:1:212755)
    at Mw (client.be1ea105.js:1:120737)
    at Array.hA (client.be1ea105.js:1:203688)
    at Mw (client.be1ea105.js:1:120737)
    at RS (client.be1ea105.js:1:194915)