Skip to content

Commit b796216

Browse files
committed
fix: react warning that was blocking the previous release
1 parent c33ffb0 commit b796216

File tree

3 files changed

+17811
-24287
lines changed

3 files changed

+17811
-24287
lines changed

app/renderer/src/contexts/ConnnectorContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ export const ConnectorProvider: React.FC = ({ children }) => {
3636
Connector = TauriConnectorProvider;
3737
}
3838

39-
return <Connector children={children} />;
39+
return <Connector>{children}</Connector>;
4040
};

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
"wait-on": "7.0.1"
6565
},
6666
"resolutions": {
67+
"@types/react": "^16.9.46",
68+
"@types/react-dom": "^16.9.19",
6769
"react-error-overlay": "6.0.9"
6870
}
6971
}

0 commit comments

Comments
 (0)