-
-
Notifications
You must be signed in to change notification settings - Fork 817
Annotae Grid and List return types explicitly to avoid redundant inlined inferred types #876
New issue
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
Annotae Grid and List return types explicitly to avoid redundant inlined inferred types #876
Conversation
|
@Andarist is attempting to deploy a commit to the Brian Vaughn's projects Team on Vercel. A member of the Team first needs to authorize it. |
…ned inferred types
3dd1b4c to
aea1dc5
Compare
|
Wow! This is very kind of you. Thanks, @Andarist! |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Just tested this and it works with React 18.3+ and 19.0+ but it fails with React <= 18.2: The underlying cause of which is: Replacing the Though I think that one can be fixed by changing the return type annotation for |
Always happy to help out :) |
fixes #875