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
As I understand resourceContext might be used to fed getKey/getData with extra props, not reflected in the query. However the updates to it are ignored, and context is never updated.
If context is not supposed to be used in that way - then what can I do to provide extra variables to my resources? For example language - it might be not a part of URL, but might the changed in runtime.
The text was updated successfully, but these errors were encountered:
As I understand resourceContext might be used to fed
getKey
/getData
with extra props, not reflected in thequery
. However the updates to it are ignored, and context is never updated.Ref: https://atlassian-labs.github.io/react-resource-router/#/router/configuration?id=resourcecontext
If context is not supposed to be used in that way - then what can I do to provide extra variables to my resources? For example language - it might be not a part of URL, but might the changed in runtime.
The text was updated successfully, but these errors were encountered: