From cbe057fce8247ae5b637f516ce2e37f1d683847f Mon Sep 17 00:00:00 2001 From: kay delaney <45561153+kaydelaney@users.noreply.github.com> Date: Tue, 25 Jun 2019 09:10:20 +0100 Subject: [PATCH] Explore: Changes LogsContainer from a PureComponent to a Component (#17741) --- public/app/features/explore/LogsContainer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/app/features/explore/LogsContainer.tsx b/public/app/features/explore/LogsContainer.tsx index 975923015c5..80366077a39 100644 --- a/public/app/features/explore/LogsContainer.tsx +++ b/public/app/features/explore/LogsContainer.tsx @@ -1,4 +1,4 @@ -import React, { PureComponent } from 'react'; +import React, { Component } from 'react'; import { hot } from 'react-hot-loader'; import { connect } from 'react-redux'; import { @@ -53,7 +53,7 @@ interface LogsContainerProps { stopLive: typeof changeRefreshIntervalAction; } -export class LogsContainer extends PureComponent { +export class LogsContainer extends Component { onChangeTime = (absRange: AbsoluteTimeRange) => { const { exploreId, timeZone, changeTime } = this.props; const range = {