Bruno Andrade
Bruno Andrade
You are supposed to change oauth2AllowImplicitFlow to true. It's configuration is located at : https://portal.azure.com/#blade/Microsoft_AAD_RegisteredApps/ApplicationMenuBlade/Authentication/appId/YOUR-APP-ID And just check Access token then authProvider.getAccessToken() will return a valid token.
yeah. this is how i'm doing. I'm using with reactflow. I need to indicate when there was canvas modification.
For those facing the same problem with functional components, just change useEffect to useLayoutEffect and you gona love ^^
For those wondering if project will be cloned and run as expected, add this second step to husky install script : ```javascript { ... "prepare": "husky install | chmod ug+x...
I got time to answer you back, sorry for late response. BUT if you could still consider this feature to your lib this could be a universal solution: ```javascript const...