Reactjs – A Keycloak instance can only be initialized once
I'm using Keycloak in React to authenticate users, when I use <React.StrictMode> I get the following error: Failed to initialize adapter: Error: A 'Keycloak' instance can only be initialized once. First, I defined the Keycloak instance in component and at…