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
React Hook React.useCallback has a missing dependency: 'onExternalDrop'. Either include it or remove the dependency array. If 'onExternalDrop' changes too often, find the parent component that defines it and wrap that definition in useCallback
React Hook React.useMemo has a missing dependency: 'menu.unstable_popoverRef'. Either include it or remove the dependency array. Mutable values like 'textRef.current' aren't valid dependencies because mutating them doesn't re-render the component