Skip to content

Commit

Permalink
fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
kaperoo committed Oct 30, 2023
1 parent c993fe2 commit e2e2d51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function domElementGetter(): HTMLElement {
const reactLifecycles = singleSpaReact({
React,
ReactDOMClient,
rootComponent: () => document.getElementById(pluginName) ? <App /> : null,
rootComponent: () => (document.getElementById(pluginName) ? <App /> : null),
domElementGetter,
errorBoundary: (error) => {
log.error(`${pluginName} failed with error: ${error}`);
Expand Down
9 changes: 0 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3916,15 +3916,6 @@ __metadata:
languageName: node
linkType: hard

"@types/react-table@npm:7.7.12":
version: 7.7.12
resolution: "@types/react-table@npm:7.7.12"
dependencies:
"@types/react": "*"
checksum: 287ea68e75b56c2e70e6d6491cd172348c7302b032789047eb2dca1b25b240684e48a60f58140575828b790f95724b9f3ec4d3adce82fc1c05d994def1449009
languageName: node
linkType: hard

"@types/react-transition-group@npm:^4.4.5, @types/react-transition-group@npm:^4.4.6":
version: 4.4.6
resolution: "@types/react-transition-group@npm:4.4.6"
Expand Down

0 comments on commit e2e2d51

Please sign in to comment.