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 list value for multiselect used as function arg #997

Merged
merged 6 commits into from
Oct 28, 2023

Conversation

ukrbublik
Copy link
Owner

@ukrbublik ukrbublik commented Oct 28, 2023

Substitutes #991

Fixes the issue when using func with arg of type multiselect
Updates immutable to v4

Issue description: #991 (comment)

@codesandbox
Copy link

codesandbox bot commented Oct 28, 2023

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@vercel
Copy link

vercel bot commented Oct 28, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-awesome-query-builder-examples ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 28, 2023 2:23pm
react-awesome-query-builder-sandbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 28, 2023 2:23pm
react-awesome-query-builder-sandbox-next ✅ Ready (Inspect) Visit Preview Oct 28, 2023 2:23pm

@codesandbox-ci
Copy link

codesandbox-ci bot commented Oct 28, 2023

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:

Sandbox Source
@react-awesome-query-builder/examples Configuration
@react-awesome-query-builder/sandbox Configuration
@react-awesome-query-builder/sandbox-simple Configuration
@react-awesome-query-builder/sandbox-next Configuration

@codecov
Copy link

codecov bot commented Oct 28, 2023

Codecov Report

Merging #997 (1325f83) into master (6d31773) will increase coverage by 0.01%.
The diff coverage is 70.00%.

@@            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     
Files Coverage Δ
packages/core/modules/actions/tree.js 100.00% <ø> (ø)
packages/core/modules/config/index.js 75.00% <100.00%> (ø)
packages/core/modules/import/tree.js 89.13% <100.00%> (-0.46%) ⬇️
packages/core/modules/utils/treeUtils.js 80.71% <100.00%> (+0.71%) ⬆️
...ages/mui/modules/widgets/value/MuiAutocomplete.jsx 87.75% <100.00%> (ø)
packages/core/modules/export/jsonLogic.js 89.88% <66.66%> (-0.31%) ⬇️
packages/core/modules/export/mongoDb.js 88.59% <66.66%> (-0.30%) ⬇️
packages/core/modules/export/queryString.js 85.84% <66.66%> (-0.34%) ⬇️
packages/core/modules/export/spel.js 86.37% <66.66%> (-0.23%) ⬇️
packages/core/modules/export/sql.js 83.90% <66.66%> (+0.15%) ⬆️
... and 4 more

... and 3 files with indirect coverage changes

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.

None yet

1 participant