Skip to content

Commit 1123ee6

Browse files
committed
chore: update imports
1 parent ec3090e commit 1123ee6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ export * from './ref';
1414
export * from './scope';
1515
export * from './shared';
1616
export * from './scheduler';
17-
export * from './boundary';
1817
export { VERSION } from './constants';
1918
export { Guard } from './guard';
2019
export { Suspense } from './suspense';
2120
export { useCallback } from './use-callback';
21+
export { useError, ErrorBoundary } from './boundary';
2222
export { useDeferredValue } from './use-deferred-value';
2323
export { useEffect } from './use-effect';
2424
export { useLayoutEffect } from './use-layout-effect';

packages/core/src/start-transition/start-transition.spec.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ describe('@core/start-transition', () => {
177177
await sleep(1);
178178
expect(host.innerHTML).toBe(content(0, true));
179179

180-
//await sleep(1);
181180
// setIdx(1);
182181
// await sleep(1);
183182
// expect(host.innerHTML).toBe(content(1));

0 commit comments

Comments
 (0)