Skip to content

Commit 0999ff4

Browse files
authored
fix: export setupComponentStack (#4974)
1 parent 4a06d3f commit 0999ff4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

debug/src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ export {
99
captureOwnerStack,
1010
getCurrentVNode,
1111
getDisplayName,
12-
getOwnerStack
12+
getOwnerStack,
13+
setupComponentStack
1314
} from './component-stack';

0 commit comments

Comments
 (0)