You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried YupSchema, ObjectSchema but getting this TS error on the toTypedSchema line
Argument of type 'YupSchema' is not assignable to parameter of type 'Schema<any, any, any, "">'.
Type 'YupSchema' is missing the following properties from type 'Schema<any, any, any, "">': type, __outputType, __context, __flags, and 54 more.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Nuxt3.
I have my own custom
<Form />
component and I'm struggling with setting the type here:Parent.vue
Form.vue
I've tried
YupSchema
,ObjectSchema
but getting this TS error on thetoTypedSchema
lineBeta Was this translation helpful? Give feedback.
All reactions