removed internal package from changeset
Signed-off-by: Morgan Bentell <mbentell@spotify.com>
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
'@backstage/plugin-git-release-manager': patch
|
||||
'@backstage/plugin-github-deployments': patch
|
||||
'@backstage/plugin-newrelic-dashboard': patch
|
||||
'@internal/plugin-todo-list': patch
|
||||
'@backstage/core-components': patch
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
'@backstage/plugin-cicd-statistics': patch
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user