We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Modal
When reviewing #1885 I noticed that we do not have a Modal type. It is currently inferred as any.
any
Currently it is used in a few places. For example:
actual/packages/loot-core/src/client/state-types/modals.d.ts
Line 124 in 4761e9c
The goal would be to bring it back (it was removed here). This will mean re-introducing the strict type AND fixing the issues that will arise.
The text was updated successfully, but these errors were encountered:
♻️ (typescript) making Modals typing more strict
76a09ce
Closes #1940
Don't think this is applicable any more.
Related to TS migration: #1483
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When reviewing #1885 I noticed that we do not have a
Modal
type. It is currently inferred asany
.Currently it is used in a few places. For example:
actual/packages/loot-core/src/client/state-types/modals.d.ts
Line 124 in 4761e9c
The goal would be to bring it back (it was removed here). This will mean re-introducing the strict type AND fixing the issues that will arise.
The text was updated successfully, but these errors were encountered: