Skip to content

Commit

Permalink
Add reference to facebook#818 in VirtualizedList.js
Browse files Browse the repository at this point in the history
  • Loading branch information
amgleitman committed Aug 24, 2021
1 parent 4853248 commit ad641ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Libraries/Lists/VirtualizedList.js
Original file line number Diff line number Diff line change
Expand Up @@ -1175,8 +1175,8 @@ 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
// 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 ' +
Expand Down

0 comments on commit ad641ca

Please sign in to comment.