This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor dataForChild on DocumentType.Mutation to use new bound funct…
…ion. (#772) dataForChild previously returned a new function for type DocumentType.Mutation causing React shallowEqual render optimizations to fail. Refactored the mutation specific code into its own method with a binding to 'this' in the constructor.
- Loading branch information