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
As seen in the gif here: http://g.recordit.co/F9BwrqGl2g.gif, if you manually set the state for "showSpinner" to false, you are able to enter your password and complete creating your account.
Steps to reproduce
Use branch release-1.8.0
invite a user to become a shop manager from the accounts screen
Follow that link in a new session (incognito or similar)
Observer spinner
In react devtools find the Reaction(UpdatePasswordOverlay) component and set showSpinner` to false
Input your password and see that your account is created
The text was updated successfully, but these errors were encountered:
Summary
![image](https://user-images.githubusercontent.com/1203639/36462722-4b07137c-1682-11e8-80c3-2ef5c30ab231.png)
When being invited to create an account as a shop manager or a merchant shop owner, the password overlay spinner is never turned off.
It appears that the lifecycle method
componentWillReceiveProps
is never fired for this password overlay.https://github.com/reactioncommerce/reaction/blob/release-1.8.0/imports/plugins/core/accounts/client/components/updatePasswordOverlay.js#L33
As seen in the gif here: http://g.recordit.co/F9BwrqGl2g.gif, if you manually set the state for "showSpinner" to false, you are able to enter your password and complete creating your account.
Steps to reproduce
release-1.8.0
Reaction(UpdatePasswordOverlay) component and set
showSpinner` to falseThe text was updated successfully, but these errors were encountered: