diff --git a/ui/src/data_explorer/containers/DataExplorer.tsx b/ui/src/data_explorer/containers/DataExplorer.tsx index 7dfb76f087..49c810a882 100644 --- a/ui/src/data_explorer/containers/DataExplorer.tsx +++ b/ui/src/data_explorer/containers/DataExplorer.tsx @@ -72,7 +72,7 @@ export class DataExplorer extends PureComponent { } } - public componentWillReceiveProps(nextProps) { + public componentWillReceiveProps(nextProps: Props) { const {router} = this.props const {queryConfigs, timeRange} = nextProps