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
I have a react component like this:
class MultiSelect<D> extends React.Component<{list:D},{}>
If i want to use it:
<MultiSelect list={items}/>
I will get an error above cause I cannot define D anywhere.
D
The text was updated successfully, but these errors were encountered:
I think this is related to #6761 and #3960.
Sorry, something went wrong.
#6395
No branches or pull requests
I have a react component like this:
If i want to use it:
I will get an error above cause I cannot define
D
anywhere.The text was updated successfully, but these errors were encountered: