Skip to content

Commit 6a18f65

Browse files
committed
feat(testStackSize): update
1 parent 744fb29 commit 6a18f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/shared/testStackSize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const TestStackSize = (id = "default") => {
5555
if (size[id] > MAX_STACK_SIZE) {
5656
throw new Error(
5757
`STACK SIZE OVERFLOW: ${id}, try to reset the MAX_STACK_SIZE(${MAX_STACK_SIZE});
58-
method: React.setMaxCallSize()`
58+
method: React.Stack.setMaxStackSize()`
5959
)
6060
}
6161

0 commit comments

Comments
 (0)