Merge branch 'remove-wdyr' into 'develop'

Remove wdyr

See merge request soapbox-pub/soapbox-fe!742
This commit is contained in:
Alex Gleason
2021-09-11 22:19:59 +00:00
4 changed files with 1 additions and 17 deletions

View File

@ -1,6 +1,5 @@
'use strict';
import './wdyr';
import './precheck';
// FIXME: Push notifications are temporarily removed
// import * as registerPushNotifications from './actions/push_notifications';

View File

@ -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);
}