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

Use correct Set.add invocation in Checkbox Validator #38

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

seanpdoyle
Copy link
Owner

@seanpdoyle seanpdoyle commented Oct 8, 2024

The Set.add method doesn't accept variable arguments. To replace the
... splatting, this commit loops over values and adds them
individually.

The [Set.add]() method doesn't accept variable arguments. To replace the
`...` splatting, this commit loops over values and adds them
individually.

[Set.add]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/add
@seanpdoyle seanpdoyle merged commit a872dd9 into main Oct 8, 2024
80 checks passed
@seanpdoyle seanpdoyle deleted the set-add-invocation branch October 8, 2024 13:14
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.

1 participant