Fix React warning when mounting <App>
This commit is contained in:
parent
6b2dfeb9f5
commit
0ec23be91b
3 changed files with 18 additions and 12 deletions
|
@ -1715,7 +1715,7 @@ export async function startApp(): Promise<void> {
|
|||
cancelInitializationMessage();
|
||||
render(
|
||||
window.Signal.State.Roots.createApp(window.reduxStore),
|
||||
document.body
|
||||
document.getElementById('app-container')
|
||||
);
|
||||
const hideMenuBar = window.storage.get('hide-menu-bar', false);
|
||||
window.setAutoHideMenuBar(hideMenuBar);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue