Sandro
Sandro
Hi @VnVentX, did you find a solution yet?
This also happens when only using `keycloak-js`- I couldn't find a solution yet.
I agree that it's not great to move `AuthProvider` outside of `StrictMode` but the following seems to be the leanest workaround at the moment. ``` const app = ( );...
This project seems dead - has anyone got a good alternative?
> @sandrooco - Not dead - just busy. Happy to accept any PRs though. I just figured that I'm not in the react-scrolllock repo - I'm so sorry! Thanks for...
I just saw that the dependency bump is actually there - it just needs to be released. This would be great to have so we don't need to use `npm...
@aralroca Thank you for pushing this forward! Unfortunately I can't get it to work - is it really only this snippet that needs to be added? I also tried adding...
I‘d recommend to check on something like window (which is only available on client side). This needs to be done in useEffect for proper handling. Then you simply conditionally display...
People don't poop your pants. It's largely the same as before: `ng update @angular/core@16 @angular/cli@16`, then commit, then `ng update @angular/material@16` (if you use material)
@aralroca I currently have a similar, very weird problem: ``` const { t } = useTranslation('common'); const offerItems = t( 'components.offers', {}, { returnObjects: true } ); // will be...