Open
Description
In this section, the calls to parse()
should be moved to inside the try
block as parse()
, unlike safeParse()
, will throw on error.
Metadata
Metadata
Assignees
Labels
No labels
In this section, the calls to parse()
should be moved to inside the try
block as parse()
, unlike safeParse()
, will throw on error.