What happens :


Here is the stacktrace
actions.js:205 Uncaught TypeError: next is not a function
at logInErrorHandler (webpack:///./~/auth0-lock/lib/core/actions.js?:205:12)
at logInError (webpack:///./~/auth0-lock/lib/core/actions.js?:239:3)
at eval (webpack:///./~/auth0-lock/lib/core/actions.js?:213:18)
This error happens when :
Lock is used in a react app, bundled with webpack, here the code we use :
const options = {
auth: {
params: {
scope: 'openid email',
},
redirect: false,
},
};
const lock = new Auth0Lock(process.env.AUTH0_CLIENT_ID, process.env.AUTH0_DOMAIN, options);
lock.show();
Browser : Chrome 54 - Ubuntu 16.04
Thx for reporting, it will be fixed with the next release (10.5.1)
Most helpful comment
Thx for reporting, it will be fixed with the next release (10.5.1)