From ad641ca9539c696b33b9788e0963b3326cf8ce5b Mon Sep 17 00:00:00 2001 From: Adam Gleitman Date: Tue, 24 Aug 2021 15:25:25 -0700 Subject: [PATCH] Add reference to #818 in VirtualizedList.js --- Libraries/Lists/VirtualizedList.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Libraries/Lists/VirtualizedList.js b/Libraries/Lists/VirtualizedList.js index ba30fd7a85c5c8..9f34234ffecb69 100644 --- a/Libraries/Lists/VirtualizedList.js +++ b/Libraries/Lists/VirtualizedList.js @@ -1175,8 +1175,8 @@ class VirtualizedList extends React.PureComponent { this.context == null ) { // TODO (T46547044): use React.warn once 16.9 is sync'd: https://github.com/facebook/react/pull/15170 - // TODO(macOS GH#774): Temporarily ignoring commit 646605b90e666c4b0d1c1200a137eacf62b46f87 - // to suppress errors in RNTester's MultiColumn and SectionList example pages + // TODO (GitHub #818): Use console.error (as per 646605b90e666c4b0d1c1200a137eacf62b46f87) + // instead of console.warn after resolving problems3 in RNTester's MultiColumn and SectionList example pages console.warn( 'VirtualizedLists should never be nested inside plain ScrollViews with the same ' + 'orientation because it can break windowing and other functionality - use another ' +