sghiassy / react-native-sglistview

SGListView is a memory minded implementation of React Native's ListView
MIT License
743 stars 72 forks source link

undefined is not an object (evaluating 'cellData[section]') #27

Open rturk opened 8 years ago

rturk commented 8 years ago

I'm getting this error randomly. Seems to be related to scroll speed.

rturk commented 8 years ago

image

sibelius commented 8 years ago

this only happens when chrome devtools is disabled

tsteele2013 commented 7 years ago

If you edit the scheme inside your XCode project and switch it from debug, to release, this issue will go away. Sorry, I don't have a better answer at this point.