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? 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
According to the release notes for v2.16.0, the following change has been made which wraps the useCounter methods in useCallback: d42741f
useCounter
useCallback
However, the actual dist file on npm does not include this change. See here: https://www.npmjs.com/package/usehooks-ts/v/2.16.0?activeTab=code
Scroll to line 73 and verify that there's no useCallback wrapper present.
See above
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
According to the release notes for v2.16.0, the following change has been made which wraps the
useCounter
methods inuseCallback
:d42741f
However, the actual dist file on npm does not include this change. See here:
https://www.npmjs.com/package/usehooks-ts/v/2.16.0?activeTab=code
Scroll to line 73 and verify that there's no
useCallback
wrapper present.To Reproduce
See above
Expected behavior
See above
Additional context
No response
The text was updated successfully, but these errors were encountered: