Merge branch 'remove-wdyr' into 'develop'
Remove wdyr See merge request soapbox-pub/soapbox-fe!742
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
import './wdyr';
|
||||
import './precheck';
|
||||
// FIXME: Push notifications are temporarily removed
|
||||
// import * as registerPushNotifications from './actions/push_notifications';
|
||||
|
||||
@ -1,7 +0,0 @@
|
||||
import React from 'react';
|
||||
import { NODE_ENV } from 'soapbox/build_config';
|
||||
|
||||
if (NODE_ENV === 'development') {
|
||||
const whyDidYouRender = require('@welldone-software/why-did-you-render');
|
||||
whyDidYouRender(React);
|
||||
}
|
||||
Reference in New Issue
Block a user