@refinedev/core@4.54.1
版本发布时间: 2024-09-03 19:48:43
refinedev/refine最新发布版本:@refinedev/supabase@5.9.4(2024-09-03 19:48:37)
Patch Changes
-
#6260
05b944a75f3a907c0df7b30591a5c5fbbc3cc3f7
Thanks @aliemir! - fix(core):useResourceParams
not reflectingid
prop changes immediatelyuseResourceParams
hook was not reflecting the changes in theid
prop immediately. This was due to theid
state being set in theuseEffect
hook. This PR fixes the issue by setting theid
state properly during render rather than after the render is complete. -
#6222
ec24fe0f37aa9b92991bf105719f6f42bb68d63c
Thanks @Sergio16T! - feat: added support for meta.gqlVariables to hasura dataProvider. Updated GraphQLQueryOptions to include optional field gqlVariables