-
-
Notifications
You must be signed in to change notification settings - Fork 503
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 list value for multiselect used as function arg #997
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 1325f83:
|
Codecov Report
@@ Coverage Diff @@
## master #997 +/- ##
==========================================
+ Coverage 81.73% 81.74% +0.01%
==========================================
Files 187 187
Lines 10036 10059 +23
Branches 1248 1249 +1
==========================================
+ Hits 8203 8223 +20
- Misses 1216 1217 +1
- Partials 617 619 +2
|
Substitutes #991
Fixes the issue when using func with arg of type
multiselect
Updates
immutable
to v4Issue description: #991 (comment)