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(TS): make refKey optional in GetRootPropsOptions #1444

Merged
merged 1 commit into from
Nov 23, 2022

Conversation

silviuaavram
Copy link
Collaborator

@silviuaavram silviuaavram commented Nov 23, 2022

What:
Make refKey optional in GetRootPropsOptions.

Why:
Closes #1354.
The refKey prop is treated as optional in downshift.

How:
Make it optional in the typings.

Checklist:

  • Documentation
  • Tests
  • TypeScript Types
  • Flow Types
  • Ready to be merged

@codecov-commenter
Copy link

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (2b13580) compared to base (1cbb53a).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #1444   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           18        18           
  Lines         1684      1684           
  Branches       503       503           
=========================================
  Hits          1684      1684           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@silviuaavram silviuaavram changed the title fix(TS): make refKey optionalin GetRootPropsOptions fix(TS): make refKey optional in GetRootPropsOptions Nov 23, 2022
@silviuaavram silviuaavram merged commit d62ba91 into master Nov 23, 2022
@silviuaavram silviuaavram deleted the fix/getRootPropsOptions-type branch November 23, 2022 12:49
@github-actions
Copy link

🎉 This PR is included in version 7.0.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Readme code example doesn't work.
2 participants