Skip to content

Commit

Permalink
fix(bridge): fix the issue where the errorBoundary configuration in r…
Browse files Browse the repository at this point in the history
…eactBridge option had no effect (#687)
  • Loading branch information
ethanjiang7 authored Oct 31, 2024
1 parent a33c0d7 commit c6badba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bridge-react/src/reactBridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ function getElementToRender(opts: Options, appInfo: PropsInfo) {
elementToRender,
);
}
return rootComponentElement;
return elementToRender;
}
}

Expand Down

0 comments on commit c6badba

Please sign in to comment.