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: Debounce On WASM #45

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Conversation

DogeDark
Copy link
Member

One of use_debounce's dependencies used std::time::Instant which is not supported on wasm. This PR fixes that.

@DogeDark DogeDark added bug Something isn't working wasm The wasm target labels May 21, 2024
@DogeDark DogeDark requested a review from marc2332 May 21, 2024 23:45
@DogeDark DogeDark self-assigned this May 21, 2024
@DogeDark DogeDark merged commit d49812f into DioxusLabs:master Jun 3, 2024
4 checks passed
@DogeDark DogeDark deleted the fix-debounce branch June 3, 2024 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wasm The wasm target
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants