Thomas Norling
Thomas Norling
We just ran into this as well. In our case we're attempting to set React state with the result of an async operation, so in order to prevent state updates...
There was a known regression in 3.6/3.7, please update to the latest (3.10.0) and if the issue persists please provide trace level logs
This _only_ contains Trace level logs - could you please share a set of logs that includes all levels? Thanks!
Based on the logs and when this started breaking this looks related to environment matching but I don't have enough detail to see what precisely is happening, nor does this...
hmm ok are you able to reproduce with [our sample](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-browser-samples/VanillaJSTestApp2.0/app/b2c)? Or could you please share a link to a _minimal_ reproduction?
> It works without error when using two instances of the PublicClientApplication and provide one as a prop to the MsalProvider and use the other instance inside the loader function....
acquireTokenSilent does not update state, however, there are several state changes at the beginning of the render cycle of MsalProvider, which I assume are the ones causing the problems here....
We unfortunately do not have bandwidth to prioritize issues for external IDPs right now. If you are unable to update your IDP to use case insensitive urls you may propose...
> Guys, whoever is working on this... There is literally 0 documentation available for hydrateCache. Here I am diving through the source code trying to figure out how exactly this...
@drmanhatin Please open an issue with your questions and we can have a more focused discussion about your specific use case