Shuo Wu
Shuo Wu
@jclasley Thanks for reporting the issue, while we are fixing it, can you use the suggestion here ``` If you would prefer to ignore this check, add SKIP_PREFLIGHT_CHECK=true to an...
@mraible where did you see the issues with the code snippet above? this sample repo or other apps? As [optional chaining](https://github.com/tc39/proposal-optional-chaining) is a part of ES2020, you may need to...
@MyShah1 I notice you imported both `okta-auth-js` and `okta-react` in your code, which may cause tokens inconsistency issue if you have `autoRenew` turned on (it's on by default), since more...
@mhansen0314 If I understand your question correctly. You are trying to configure multiple okta clients (by clientId) in one SPA. As it's a SPA app, I would manage a map...
Internal Ref: OKTA-414565
Why revert the useRef hook?
https://github.com/okta/samples-js-react/pull/158#discussion_r533010823 This comment can be also implemented.
@manishsg I am not very familiar with how `Dynamics 365` app works. If it follows the pattern of how to build a SPA app, then you can add follow the...
@mraible Thanks for adding this ticket to track the issue. Internal Ref: OKTA-322158
@aarongranick-okta The change in 3.0.3 changed logic to use emitter from 'auth-js', but looks like for some reason the `okta-auth-js` dependency is missed from the build bundle or test environment....