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
There are some TODO's to improve types detection based on the context environment
The text was updated successfully, but these errors were encountered:
additionally, the function prop is missing from the opts type.
opts
Sorry, something went wrong.
The types that were added actually broke our environment due to how we use mql (which was typeless before)
The media return types are also incorrect
Just realized that I have types I've been using internally that probably should've been contributed back to this project
https://gist.github.com/goleary/d2a99c345695db21d9f1f27524f47c40
went ahead and created #81 by combining what's here with the types I've been maintaining on my end.
Successfully merging a pull request may close this issue.
There are some TODO's to improve types detection based on the context environment
The text was updated successfully, but these errors were encountered: