Skip to content

Commit c6badba

Browse files
authored
fix(bridge): fix the issue where the errorBoundary configuration in reactBridge option had no effect (#687)
1 parent a33c0d7 commit c6badba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bridge-react/src/reactBridge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ function getElementToRender(opts: Options, appInfo: PropsInfo) {
226226
elementToRender,
227227
);
228228
}
229-
return rootComponentElement;
229+
return elementToRender;
230230
}
231231
}
232232

0 commit comments

Comments
 (0)