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
Use optional chaining to catch null error codes in error.js (#1054)
* Use optional chaining to catch null error codes in error.js
Starting a new vite project and selecting svelte-ts template results in an error, because `code` var in error.js is null. Optional chaining resolves this issue.
* chore: add changeset
---------
Co-authored-by: dominikg <[email protected]>
0 commit comments