You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slax57
changed the title
<CreateBase resource='payments'> don't have the ResourceContex set
CreateBase doesn't set the ResourceContext like Create does
May 6, 2022
What you were expecting:
When I use
<CreateBase resource="payments">
, I expect to have the ResourceContext set.What happened instead:
I don't have resourceContext set inside a CreateBase,
I have to wrap it with the
<ResourceContextProvider value='payments'>
The text was updated successfully, but these errors were encountered: