Steve McKinnon
Steve McKinnon
Hey @eneufeld @sdirix, I see this has been moved to the backlog, are there no plans to fix this soon? Having it in would be a big win for me...
Good to know, thanks @sdirix!
+1 on this issue, currently experiencing the same. ``` "@okta/okta-auth-js": "^4.7.1", "@okta/okta-react": "^4.1.0", ``` If I hit login again or refresh it fixes itself
@barbalex Did you resolve this? I'm facing the same issue with rc.26
@barbalex I managed to get past it this morning by adding this to my webpack: `new CopyWebpackPlugin([ { from: './node_modules/graphql-voyager/dist/voyager.worker.js' } ]) `
Did you solve this? I had the same issue and it was related to not using the correct version of graphql in my package.json. Version 14.0.2 fixed this for me