Skip to content

Commit cb084e5

Browse files
authored
oops
1 parent c27e717 commit cb084e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/flushSync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ React cannot `flushSync` in the middle of a render. If you call `flushSync` in r
145145

146146
Warning: flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task.
147147

148-
</ConsoleBlock level="error">
148+
</ConsoleBlock>
149149

150150
This can happen when you call `flushSync` inside:
151151

0 commit comments

Comments
 (0)