effect@3.13.10
·
987 commits
to main
since this release
Patch Changes
-
#4578
527c964Thanks @gcanti! - AllowtoStringMethod to Be Overridden in Schema Classes, closes #4577.Previously, attempting to override the
toStringmethod in schema classes caused aTypeErrorin the browser because the property was set as read-only (writable: false). This fix makestoStringwritable, allowing developers to override it when needed.