Skip to content

Commit

Permalink
Temporarily ignore 646605b
Browse files Browse the repository at this point in the history
  • Loading branch information
amgleitman committed Aug 19, 2021
1 parent e6d2b0a commit 6698e2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Libraries/Lists/VirtualizedList.js
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,9 @@ class VirtualizedList extends React.PureComponent<Props, State> {
this.context == null
) {
// TODO (T46547044): use React.warn once 16.9 is sync'd: https://github.com/facebook/react/pull/15170
console.error(
// TODO(macOS GH#774): Temporarily ignoring commit 646605b90e666c4b0d1c1200a137eacf62b46f87
// to suppress errors 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 ' +
'VirtualizedList-backed container instead.',
Expand Down

0 comments on commit 6698e2c

Please sign in to comment.