Jeffrey Stevens
Jeffrey Stevens
The new 1.4.2 version does have React 18 in it but I still get errors because I am at 18.2.0 and the merged code only allows for 18.0.0. ``` npm...
I hit this issue as well, I use create react app and therefore the [workaround](https://github.com/facebook/create-react-app/issues/9938#issuecomment-743701100) is to add to the package.json jest property this way: ``` "jest": { "transform": {...
I've been watching this issue since I also implemented the workaround of reload(). It would be nice to have MSW clean up on story switches.
I'll have to ask one of our Principal engineers about it, but it does appear to be the token endpoint call returns a `AADSTS9002327: Tokens issued for the 'Single-Page Application'...
It does not, returns `Token acquisition failed`. Here is the code mod: 
I have gotten MSAL JS working as you mentioned. I'm new to Python as I have a new job so I'm trying to replicate oauth flows I had working in...
What magic is this?! Interactive works with "null"! On the downside, I think it breaks the confidential_client_secret_sample.py because that fails unless I remove the Origin header. So, this makes both...