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
After upgrading from 11.11 to 11.12 I started to get the following error on login
index.js:46 Uncaught TypeError: t.get is not a function
at Object.o [as id] (index.js:46)
at c (confirmation_pane.jsx:8)
at p._constructComponentWithoutOwner (ReactCompositeComponent.js:306)
at p._constructComponent (ReactCompositeComponent.js:282)
at p.mountComponent (ReactCompositeComponent.js:185)
at Object.mountComponent (ReactReconciler.js:43)
at performInitialMount (ReactCompositeComponent.js:368)
at p.mountComponent (ReactCompositeComponent.js:255)
at Object.mountComponent (ReactReconciler.js:43)
at performInitialMount (ReactCompositeComponent.js:368)```
export function id(m) {
return m.get('id'); <-- fails here
}
fix#1556
### Changes
Passing the lock instance as props so the confirmation pane (only shown when redirect:false) doesn't throw an error.
### References
#1556
After upgrading from 11.11 to 11.12 I started to get the following error on login
Used the following params
adding this piece of code fixed it
The text was updated successfully, but these errors were encountered: