You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the real world, the component pass the string (value of input) to the onChange method, which should be
onChange?(value: string): void
Another case, emptyText is not present in attributes of Table components, which is present in your docs.
Solution
Hopes there will be a full check of all definition and fix in TS .d.ts file. Or I may bring a pull request to fix the issues I ran into (which might be not complete)
The text was updated successfully, but these errors were encountered:
Description
TypeScript definitions of many components are wrong.
Reproduce Steps
For example, in definition of
Input
component, you writein the real world, the component pass the string (value of input) to the
onChange
method, which should beAnother case,
emptyText
is not present in attributes ofTable
components, which is present in your docs.Solution
Hopes there will be a full check of all definition and fix in TS .d.ts file. Or I may bring a pull request to fix the issues I ran into (which might be not complete)
The text was updated successfully, but these errors were encountered: