Skip to content

refThrottled fix: 🧩 fixed reference issues for complex data types #3705

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

Closed
wants to merge 13 commits into from
Closed
Prev Previous commit
Next Next commit
Revert "∑Update packages/shared/refThrottled/index.ts"
This reverts commit 8175036.
  • Loading branch information
17359898647 committed Jan 10, 2024
commit b3c8f5e6343f29a211805fac27a9eb77ba6a3b51
3 changes: 1 addition & 2 deletions packages/shared/refThrottled/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ export function refThrottled<T>(value: Ref<T>, delay = 200, trailing = true, lea
}
catch (error) {
if (isEqualityClone)
throttled.value = value.value
console.error('Some error occurred in cloneHandler, used uncloned value', error)
throttled.value = 'Error refThrottled' as any
else
throw error
}
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy