You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @bchurlinov, thanks for raising this. Can you reproduce this using the sample apps we have on the repo? This will help rule out a build config issue on your app.
Hi @Widcket, thanks a lot for your reply. I downloaded the "basic-example" by using the same next, react and react-dom versions as you do ("next": "^10.0.5", "react": "^17.0.1", "react-dom": "^17.0.1") and I still got the same error as up above when using IE11.
I also tried using the following ( that matches my versions of the dependencies I use), and I am getting exactly the same:
Description
I am getting a syntax error on Internet Explorer 11.
IE complains that this is causing the issue:
const useConfig = () => react_1.useContext(Config);
This is located in "/node_modules/@auth0/nextjs-auth0/dist/frontend/use-config.js"
Environment
The text was updated successfully, but these errors were encountered: