fabian-hiller / valibot

The modular and type safe schema library for validating structural data 🤖
https://valibot.dev
MIT License
6.14k stars 195 forks source link

Allowing valibot configuration in Vee-validate #743

Closed jakecodev closed 3 months ago

jakecodev commented 3 months ago

Hi, I would like to pass configuration in vee-validate and tried to add a few lines myself: https://github.com/logaretm/vee-validate/pull/4825.

The pr checks failed but I do not know tell why🥲. Could you please help? Thank you very much.

fabian-hiller commented 3 months ago

I think you forgot to import the InferIssue type at the top of the file.

jakecodev commented 3 months ago

Thank you very much.