Skip to content

Commit fdd743c

Browse files
bvaughnjstejada
andauthored
Update packages/react-devtools-scheduling-profiler/src/import-worker/__tests__/preprocessData-test.internal.js
Co-authored-by: Juan <[email protected]>
1 parent e683b88 commit fdd743c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools-scheduling-profiler/src/import-worker/__tests__/preprocessData-test.internal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ describe('preprocessData', () => {
15821582
}
15831583
});
15841584

1585-
it('should not warn about transition updates scheduled during commit hase', async () => {
1585+
it('should not warn about transition updates scheduled during commit phase', async () => {
15861586
function Component() {
15871587
const [value, setValue] = React.useState(0);
15881588
const deferredValue = React.useDeferredValue(value);

0 commit comments

Comments
 (0)