I was using node-browser 2.5 with javascript/typescript, based on this vue sample project.
Then I upgraded to msal v3 and followed their upgrade guide which was simple, and it only had me add in await msalInstance.initialize();
right after making a new instance of PublicClientApplication
. However, on this file now
I am getting a typescript error.
Which leads me to think there was another breaking change. How can I fix this?
Thanks
Answer is posted here. Take a look.
https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/6706