add hint container placeholder

This commit is contained in:
xmcp
2020-02-11 12:36:49 +08:00
parent 4c8637af77
commit 5f6904795a

View File

@@ -11,7 +11,9 @@ import {LoginPopup, TitleLine} from './infrastructure/widgets';
const MAX_SIDEBAR_STACK_SIZE=10;
function DeprecatedAlert(props) {
return null;
return (
<div id="global-hint-container" style={{display: 'none'}} />
);
}
class App extends Component {