build: use manifest hooks for dev server proxy and fix hot reload for charts (#9333)

* Use manifest hooks for dev server proxy

* Rewrite dashboard/App.jsx to supress Redux error in hot reload

* Update ChartRenderer to allow hot realod in Explore

* Fix hot reload in dashboars as well

* Revert changes to ChartRenderer.jsx

Will submit in another PR.

* Clean up
This commit is contained in:
Jianchao Yang
2020-03-26 16:55:22 -07:00
committed by GitHub
parent 9fcdc93c06
commit 77fcc4b6aa
10 changed files with 168 additions and 182 deletions

View File

@@ -317,7 +317,7 @@ class ExploreViewContainer extends React.Component {
errorMessage={this.renderErrorMessage()}
refreshOverlayVisible={this.state.refreshOverlayVisible}
addHistory={this.addHistory}
onQuery={this.onQuery.bind(this)}
onQuery={this.onQuery}
/>
);
}