removed internal package from changeset

Signed-off-by: Morgan Bentell <mbentell@spotify.com>
This commit is contained in:
Morgan Bentell
2023-03-17 12:30:59 +01:00
parent 103f5e2793
commit fc84b1b04e
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ export const useShadowRootSelection = (waitMillis: number = 0) => {
[shadowRoot, setSelection, waitMillis],
);
useEffect(() => handleSelectionChange.cancel);
useEffect(() => handleSelectionChange.cancel, [handleSelectionChange.cancel]);
useEffect(() => {
window.document.addEventListener('selectionchange', handleSelectionChange);