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
@@ -7,10 +7,12 @@ import { getDefaultStore } from 'jotai/vanilla';
import { expect, test, vi } from 'vitest';
import {
getActiveBlockSuiteWorkspaceAtom,
INTERNAL_BLOCKSUITE_HASH_MAP,
usePassiveWorkspaceEffect,
useStaticBlockSuiteWorkspace,
} from '../__internal__/react';
import {
getActiveBlockSuiteWorkspaceAtom,
INTERNAL_BLOCKSUITE_HASH_MAP,
} from '../__internal__/workspace';
test('useStaticBlockSuiteWorkspace', async () => {