Stop React complaining about componentShouldUpdate()

pull/21833/head
Travis Ralston 2021-03-29 21:59:45 -06:00
parent 5c685dcf35
commit 9998f18d67
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ interface IState {
* A clock for a live recording.
*/
@replaceableComponent("views.voice_messages.LiveRecordingClock")
export default class LiveRecordingClock extends React.PureComponent<IProps, IState> {
export default class LiveRecordingClock extends React.Component<IProps, IState> {
public constructor(props) {
super(props);