Modal.createDialog(...)
throws strict TypeScript errors
#24899
Labels
A-Developer-Experience
A-Testing
Testing, code coverage, etc.
T-Task
Tasks for the team like planning
Spawning from matrix-org/matrix-react-sdk#10405 (comment),
Our
Modal.createDialog(...)
usage throws strict TypeScript errors when you start touching parts of that code.ex.
Another example:
Potential solutions
We probably need to fix the Type definitions in
Modal.createDialog(...)
to more accurately portray what we're doing. I'm not sure what those changes would look like.The text was updated successfully, but these errors were encountered: