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
  • Loading branch information
ethanjiang7 committed Oct 31, 2024
1 parent a33c0d7 commit 1f340e3
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 1f340e3

Please sign in to comment.