Skip to content
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

Fix nullness errors #348

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Fix nullness errors #348

wants to merge 3 commits into from

Conversation

blerner
Copy link
Contributor

@blerner blerner commented Oct 30, 2021

Fixes #347

Ben Lerner added 2 commits October 29, 2021 20:55
- apparently all uses of graphql connections intrinsically create nullable mutation responses, connection edges, and connection nodes, and this is unavoidable.
@blerner
Copy link
Contributor Author

blerner commented Oct 30, 2021

(Note: I haven't rebased this yet atop the #updates branch, but the changes so far should rebase cleanly.)

…d to pass in a value to keep the prop controlled, but need it to represent "nothing selected"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

turn on strict null checks
2 participants