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
fix(useGlobalSearch): prevent duplicate handlers and streamline hydration recovery
- Updated logic to register reset/refocus handlers only for the content instance to avoid duplicates when useGlobalSearch is called from multiple locations.
- Enhanced hydration recovery by ensuring it only occurs for the content instance, improving performance and consistency.
0 commit comments