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(useDebounce): make return type readonly, close #407 #435

Merged
merged 1 commit into from Apr 8, 2021

Conversation

wheatjs
Copy link
Member

@wheatjs wheatjs commented Apr 8, 2021

This is to address the discussion in #407. From what I understand the goal was just to change the return type to a readonly, correct? Wasn't really clear if any of the other changes discussed in there should be implemented, if they should let me know

closes #407

@antfu antfu changed the title fix: adressing issue #407 fix(useDebounce): make return type readonly, close #407 Apr 8, 2021
@antfu antfu merged commit 715d5b5 into main Apr 8, 2021
@antfu antfu deleted the feat/useDebounce branch April 8, 2021 05:01
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.

Consider debouncing setter of Ref returned from useDebounce
2 participants