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
There's no value in a user-supplied onerror — it's not like onwarn where you can filter out warnings you don't want to deal with. An error is an error. The user should wrap svelte.compile in a try-catch block.
I think we should noisily deprecate it, and remove it in v3.
The text was updated successfully, but these errors were encountered:
There's no value in a user-supplied
onerror
— it's not likeonwarn
where you can filter out warnings you don't want to deal with. An error is an error. The user should wrapsvelte.compile
in a try-catch block.I think we should noisily deprecate it, and remove it in v3.
The text was updated successfully, but these errors were encountered: