Skip to content

Commit dc40401

Browse files
committed
refactor: self code review
1 parent cb8eaea commit dc40401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/render.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ export function renderInternal<T>(
6161
} = options || {};
6262

6363
const testRendererOptions: TestRendererOptions = {
64+
...rest,
6465
// @ts-expect-error incomplete typing on RTR package
6566
unstable_isConcurrent: concurrentRoot ?? getConfig().concurrentRoot,
66-
...rest,
6767
};
6868

6969
if (detectHostComponentNames) {

0 commit comments

Comments
 (0)