Replies: 1 comment
-
MGT also makes use of IndexDB to cache data, it's possible that your component has already loaded the data for this user and is reading it from the cached data in IndexDB. If you still have issues and have a simple reproduction that you can share that would be useful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure if I have the right mental model of how this works... I think the components just implicitly call the API and fill in the blanks?
I'm using mgt-react, and I set the globalProvider to use an access token I already have in my environment variables. But it doesn't seem to actually be making any requests to the graph endpoint at all, or even failing?
data.label
is my name, and the/me
calls are coming from custom code elsewhere.Beta Was this translation helpful? Give feedback.
All reactions