-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i18n - Removes t from props via metamask-connect; put t on context #3788
i18n - Removes t from props via metamask-connect; put t on context #3788
Conversation
…ntext via a provider.
e2e error seems really consistent, retried it a few times |
confirmed the QR code view on old-ui does not render (but no error?) |
|
As an experiment i merged this with #3798 |
I did further research (e.g. facebook/react#2517) and I think what we currently have is good. We just need to make sure that we don't use
I don't think we'll need to worry about it in the near future, and react 16.3 will be production ready in the near future. Meanwhile, local testing now shows consistent and successful updating behaviour. (I think my build was messed up before.) |
somehow CI did not get triggered 🤔 |
👏 👏 👏 👏 |
Fixes #3787
See issue #3787 for details about this. This seems to be working in all places. We should give it another thorough round of QA though.