TanStack / form

🤖 Powerful and type-safe form state management for the web. TS/JS, React Form, Solid Form, Lit Form and Vue Form.

Home Page:https://tanstack.com/form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tests for getBy, setBy and deleteBy

Christian24 opened this issue · comments

We use the utils getBy, setByand deleteBy (new in #510) extensively inside Tanstack Form. We should write tests for them.

We should test easy and complex paths (and objects). We may also explore how to type them more properly and probably throw better errors if at all.

CC @crutchcorn