What type safety can be achieved with Refine vs what can't?
New to refine, a couple of years of experience with typescript and react, many years using other type systems.
Working through some simpe examples, I am running into many runtime errors that are not preceded by type errors or similar. E.g. I have a
It seems most of the documentation I've found seems to elide types. Is there any documentation about the extent to which types can be leveraged?
Working through some simpe examples, I am running into many runtime errors that are not preceded by type errors or similar. E.g. I have a
useForm that isn't passing all of the required fields for an update.It seems most of the documentation I've found seems to elide types. Is there any documentation about the extent to which types can be leveraged?
