Molokhai
Results
1
comments of
Molokhai
I fixed it by creating a singleton class of IPublicClientApplication. In useMSAuth.ts change the line of code with the useState to: `let msalInstance = PublicClientApplicationSingleton.create(msalConfig);` Create a singleton class of...