-
Notifications
You must be signed in to change notification settings - Fork 33
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
Crash on incorrect user / password with kinto account #2119
Comments
Opened a PR (#2131) that I think will fix this bug, but a few comments here for discussion in the meantime:
|
Thanks for looking into this. I think each of the above points could be put into issues! Switching to strict makes sense, but yeah since this project was migrated to Typescript years after its creation, this could be tedious. Same for redux, we used this pattern in this project when the ecosystem was really young. It would be great if we could align it with the latest recommandations. |
Agreed, but that'll also be a bit of a chore. Redux seems to encourage their new(ish) Redux Toolkit these days, which is pretty different than the "old way" of doing Redux in React. One nice thing though is that we could slowly migrate slices of the store to use it since it can be made backwards compatible with the old way. I could try migrating one slice of the store to see how painful the migration would be. |
Steps to reproduce:
npm start
admin
and a random input for passwordThe app crashes with:
mozilla/remote-settings#128
The text was updated successfully, but these errors were encountered: