@refinedev/strapi-v4@5.2.0
版本发布时间: 2023-07-18 20:46:43
refinedev/refine最新发布版本:@refinedev/supabase@5.9.4(2024-09-03 19:48:37)
Minor Changes
-
#4652
96af6d25b7a
Thanks @alicanerdurmaz! - feat: added error handling to support server-side validation errors.When the server returns default validation errors,
update
,create
,updateMany
, andcreateMany
methods will throw an error with the validation errors. This allows theuseForm
update the error state with the validation errors.