You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2018. It is now read-only.
Using React Router v4, it adds the match object (https://reacttraining.com/react-router/web/api/match) to all React components. This causes why-did-you-update to do a deep diff on this object and warn even if there are no unnecessary renders.
Any ideas how to resolve this?
The text was updated successfully, but these errors were encountered:
Using React Router v4, it adds the match object (https://reacttraining.com/react-router/web/api/match) to all React components. This causes why-did-you-update to do a deep diff on this object and warn even if there are no unnecessary renders.
Any ideas how to resolve this?
The text was updated successfully, but these errors were encountered: