Nico Stoppel
Nico Stoppel
I actually think that this is not just a Spock specific issue, but a more general conflict with the Groovy language as assertj now hides Groovy built-ins. @scordio Nonetheless, i...
fyi: Raised Spock issue https://github.com/spockframework/spock/issues/1897
Hi @erdi, i just saw that ysb33rOrg already released a newer version of their `grolifant` library. Despite not directly mentioning that https://gitlab.com/ysb33rOrg/grolifant/-/issues/82 was included to fix the error, i went...
Thanks for the quick response @tnorling. I adapted my [linked github](https://github.com/ocindev/msal-intermittent-token-loss-issue-example) example accordingly: ```typescript import {useAccount} from "@azure/msal-react"; import {handleLogout, handleMsalSilentLogin} from "@/auth/msal"; export default function RootPage() { const account...
As there is still the Needs: Author Feedback label assigned, is there anything you need from my side ? In the meantime i was playing around a bit more and...
Updated the example msal dependencies to the latest versions ``` "@azure/msal-browser": "4.7.0", "@azure/msal-react": "3.0.6" ``` Unfortunetely the issue still persists..
Hi @tnorling , sorry for the bump. i once again updated the [example](https://github.com/ocindev/msal-intermittent-token-loss-issue-example/tree/main) to the latest versions: ``` "@azure/msal-browser": "4.8.0", "@azure/msal-react": "3.0.7", ``` But the issue in a CPU limited...
I actually think that this is not just a Spock specific issue, but a more general conflict with the Groovy language as assertj now hides Groovy built-ins. @scordio Nonetheless, i...
fyi: Raised Spock issue https://github.com/spockframework/spock/issues/1897