Я пытался реализовать аутентификацию okta и прошел через примеры. Однако пример реакции не работает. Я последовал примеру https://developer.okta.com/code/react/okta_react/
Шаги. Реализована ли ванильная реакция, т.е.
npx create-react-app my-app
Затем я следовал каждому шагу в примере шаг за шагом
Ошибка, обнаруженная ниже
Warning: Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state.
in RequireAuth (created by WrappedComponent)
in WrappedComponent (created by Context.Consumer)
in Route (created by SecureRoute)
in SecureRoute (at AppWithRouterAccess.js:21)
in Security (at AppWithRouterAccess.js:15)
in AppWithRouterAccess (at App.js:8)
in Router (created by BrowserRouter)
in BrowserRouter (at App.js:7)
in App (at src/index.js:9)
in StrictMode (at src/index.js:8)
Я загрузил проект в https://github.com/OfoeApronti/okta-react
Буду признателен за любую помощь.