Richard Owen

Results 5 comments of Richard Owen

Unless this has changed, we'll still need to use the old integration for now.

Well since there haven't been any updates, I assume this is still an issue. I haven't tried the new integration again but can't see anything new from the docs.

@hokiepokedad2 this is working for me in NPM with this `package.json`: ```json { "dependencies": { "@okta/okta-auth-js": "^7.14.0" }, "overrides": { "@babel/runtime": "^7.26.10" } } ``` Without the override, `@babel/runtime` version...