Describe the bug
E.g. it's impossible to run Zod validations on client because in the new versions Zod reimplemented errors and using calculable message property now.
Reproduction
Throw an object inherited from Error and with message field defined as getter property.
Logs
TypeError: Cannot redefine property: message
at defineProperty (<anonymous>)
at handle_error (.../node_modules/.vite/deps/...)
System Info
Severity
blocking all usage of svelte