[DevTools Bug] Could not find commit data for root "1" #31380
Labels
Component: Developer Tools
Status: Unconfirmed
A potential issue that we haven't yet confirmed as a bug
Type: Bug
Website or app
Shadow
Repro steps
Steps:-
1.Rendering the FlatList with my below code -
<FlatList
data={numbersArray}
keyExtractor={item => item.toString()}
renderItem={({item}) => (
<SquircleView
style={{width: 300, height: 200}}
squircleParams={{
cornerSmoothing: 0.7,
cornerRadius: 30,
fillColor: 'green',
}}
/>
)}
/> // data length is 1000
2. Start Scrolling Continuously in the flatlist, then this error happens
How often does this bug happen?
Sometimes
DevTools package (automated)
react-devtools-core
DevTools version (automated)
6.0.1-c7c68ef842
Error message (automated)
Could not find commit data for root "1"
Error call stack (automated)
No response
Error component stack (automated)
GitHub query string (automated)
The text was updated successfully, but these errors were encountered: