fix(plugin-infra): react as peer dependency (#3260)

This commit is contained in:
Alex Yang
2023-07-17 15:48:32 +08:00
committed by GitHub
parent f173c8b183
commit eeed398155
11 changed files with 51 additions and 37 deletions

View File

@@ -9,7 +9,7 @@ import {
LocalWorkspaceIcon as DefaultLocalWorkspaceIcon,
} from '@blocksuite/icons';
import { useBlockSuiteWorkspaceName } from '@toeverything/hooks/use-block-suite-workspace-name';
import { useStaticBlockSuiteWorkspace } from '@toeverything/plugin-infra/__internal__/workspace';
import { useStaticBlockSuiteWorkspace } from '@toeverything/plugin-infra/__internal__/react';
import type { FC } from 'react';
import { useCallback } from 'react';