You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make storeDocumentHooks throw errors instead of silently ignoring them.
Make debounce function asynchronous and improve usage
Refactor the debounce function to return a Promise, enabling better handling in async workflows. Adjust related code to properly await hooks execution and error catching.
Simplify logic in storeDocumentHooks for improved readability and maintainability.
0 commit comments