fabian-hiller / valibot

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

"Unsafe assignment of an `any` value" for pipe method #636

Closed pavelrotek closed 1 month ago

pavelrotek commented 1 month ago

Hello Fabian,

I took the example from pipe method documentation but typescript (5.3.3) gives me always "Unsafe assignment of an any value" error. See

image

Could you please point me what is wrong?

Pavel

pavelrotek commented 1 month ago

was something wrong with my VS Code