itizawa 5 лет назад
Родитель
Сommit
fe2f135f5e
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/client/js/components/PageHistory.jsx

+ 1 - 0
src/client/js/components/PageHistory.jsx

@@ -15,6 +15,7 @@ class PageHistory extends React.Component {
     super(props);
 
     this.state = {
+      // TODO use suspense
       isLoaded: false,
       isLoading: false,
       errorMessage: null,