Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force an 'any' type for the
hostInstance.parentNode
in warning check
**what is the change?:** This is awful. :( I'm not sure how else to let Flow know that we expect that this might be a sort of `DOMContainer` type and not just a normal `Node` type. To at least make the type information clear we added a comment. **why make this change?:** To get `flow` passing. Looks like we have `any` types sprinkled throughout this file. phooey. :( **test plan:** `yarn flow` **issue:** facebook#8854
- Loading branch information