Joshua Skootsky

Results 5 comments of Joshua Skootsky

this is a really weird bug and nothing has prepared me for this.

```diff diff --git a/node_modules/react-native/Libraries/Lists/FlatList.js b/node_modules/react-native/Libraries/Lists/FlatList.js index ddb929e..a4df5d8 100644 --- a/node_modules/react-native/Libraries/Lists/FlatList.js +++ b/node_modules/react-native/Libraries/Lists/FlatList.js @@ -420,6 +420,7 @@ class FlatList extends React.PureComponent { constructor(props: Props) { super(props); + this.props = props; this._checkProps(this.props);...

Thanks! [@dieguezz](https://github.com/dieguezz)) https://github.com/facebook/react-native/commit/e33767a36daf7901cb46854b6612dd52b0dbdeec

I also got this error. To be totally honest, I don't know why the error went away. I rebuilt the file and ran it with sudo.