Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable react/no-unstable-nested-components rule
Summary: Dynamic nested components can cause tricky performance issues in React, as the reconciler will not be able to reuse the previously mounted component tree. Changelog: [General] [Added] Added linter warning config for unstable nested components Reviewed By: motiz88 Differential Revision: D33767283 fbshipit-source-id: 869ece99dc63cc3a150bae882d26df8541e8db59
- Loading branch information