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

[BUG] Incorrect dist on npm for [email protected] #607

Open
laander opened this issue Jun 14, 2024 · 0 comments
Open

[BUG] Incorrect dist on npm for [email protected] #607

laander opened this issue Jun 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@laander
Copy link

laander commented Jun 14, 2024

Describe the bug

According to the release notes for v2.16.0, the following change has been made which wraps the useCounter methods in useCallback:
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

@laander laander added the bug Something isn't working label Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant