Open
Description
We use JSON.parse(text) as type
in RecipeEnrollmentPage
and JEXLDebuggerPage
. We should use zod parsers so we can assert on the types strongly and avoid casting blindly.
Metadata
Metadata
Assignees
Labels
No labels
We use JSON.parse(text) as type
in RecipeEnrollmentPage
and JEXLDebuggerPage
. We should use zod parsers so we can assert on the types strongly and avoid casting blindly.