{appState.isLoading &&
}
{appState.errorMessage && (
setAppState({ errorMessage: null })}
/>
)}
{appState.showShortcutsDialog && (
setAppState({ showShortcutsDialog: null })}
/>
)}
{renderFixedSideContainer()}
{
}
{renderFooter()}
);
};
const areEqual = (prev: LayerUIProps, next: LayerUIProps) => {
const getNecessaryObj = (appState: AppState): Partial