Kellen Green

Results 24 comments of Kellen Green

Using latest monaco we're still seeing it?

OK, I finally have D4 working with Whisky `1.01` and GPTK `1.02`. Whisky Settings - Disable everything except `ESync`. Battle.net Settings - `Use browser hardware acceleration` must be disabled.

Temp solution I'm using in the meantime: ```js import { Security } from '@okta/okta-react' import { useCallback, useEffect, useRef } from 'react' import { useNavigate } from 'react-router-dom' import {...

If I remove the above fix: ```js useEffect(() => { return () => { oktaAuth.options.restoreOriginalUri = undefined } }, []) ``` I'm still seeing this error with `@okta/okta-react=6.6.0`, `@okta/okta-auth-js=6.7.2`, and...

@phani1585 sorry I'm not sure if I understand your question. For what it's worth, I don't recall seeing this warning in recent releases.

Suddenly making the `restoreOriginalUri` prop required is a great example of this. Why not make it optional and simply behave as it did prior? It even could have been temporarily...

I can reproduce this on a single tab. Using this repo - https://github.com/kellengreen/okta - Visit http://localhost:3000/. - You will be redirected to an OKTA login page. - Login using [email protected]...

Tested using `@okta/okta-auth-js:5.2.3`. The results are the same.

I'm not seeing any changes using the `onAuthRequired` prop.