Skip to content

Commit

Permalink
Update packages/react-devtools-scheduling-profiler/src/import-worker/…
Browse files Browse the repository at this point in the history
…__tests__/preprocessData-test.internal.js

Co-authored-by: Juan <juans.tejada@gmail.com>
  • Loading branch information
bvaughn and jstejada authored Oct 21, 2021
1 parent e683b88 commit fdd743c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,7 @@ describe('preprocessData', () => {
}
});

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

0 comments on commit fdd743c

Please sign in to comment.