Skip to content

Commit

Permalink
prettier update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Pope committed Dec 6, 2023
1 parent abc157f commit a5300de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/react-test-renderer/src/ReactTestRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,10 @@ function create(
// $FlowFixMe[incompatible-type] found when upgrading Flow
createNodeMock = options.createNodeMock;
}
if (options.unstable_isConcurrent === true || options.isConcurrent === true) {
if (
options.unstable_isConcurrent === true ||
options.isConcurrent === true
) {
isConcurrent = true;
}
if (options.unstable_strictMode === true) {
Expand Down

0 comments on commit a5300de

Please sign in to comment.