Better type checking? #459
Unanswered
AndiLavera
asked this question in
Q&A
Replies: 1 comment
-
|
I took a pass at this in #504. It replaces the The handlers split into two groups:
On your "recommended starting place" question: the event props were a good first target because most of them are not blocked by other unimplemented types. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/facebook/react-strict-dom/blob/05226645531de66ae8d0f06c48c10e0526dfd438/packages/react-strict-dom/src/types/StrictReactDOMProps.js#L244-L280
Is there anything that could be done at this time to improve existing type definitions? Or, is type checking blocked by something else?
The
onClickhas a definition. Would PR's adding additional types be accepted? Is there a recommended starting place or really any$FlowFixMethat isn't dependent on other unimplemented types?Beta Was this translation helpful? Give feedback.
All reactions