Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Break runtime cycle between VirtualizedList and VirtualizedListContext
Summary: Breaks the runtime dependency cycle introduced in D40259791 (9715993) by converting a value import to a type import. (Unlike runtime dependency cycles, type-level cycles are OK as long as they are reasonably small.) Changelog: [General][Fixed] - Fix require cycle warning in VirtualizedList Reviewed By: javache Differential Revision: D40412019 fbshipit-source-id: 33bf3af12be64a1932549a0d11f2ce8b3c483218
- Loading branch information