Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]> (cherry picked from commit 47184d4)
- Loading branch information