We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
https://codesandbox.io/p/sandbox/jr25j2?file=%2Fsrc%2FApp.tsx%3A10%2C82
Sample cases when the expected result is Set, but the function returns Array.
mode([1, 2]) mode([1, 2, 3, 4])
there on line 88, a Set should be returned
The text was updated successfully, but these errors were encountered:
fix issue brycebaril#16
67ccd13
Successfully merging a pull request may close this issue.
https://codesandbox.io/p/sandbox/jr25j2?file=%2Fsrc%2FApp.tsx%3A10%2C82
Sample cases when the expected result is Set, but the function returns Array.
there on line 88, a Set should be returned
The text was updated successfully, but these errors were encountered: