Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DevTools Bug] Could not find commit data for root "1" #31380

Open
sunaina-dev21 opened this issue Oct 29, 2024 · 0 comments
Open

[DevTools Bug] Could not find commit data for root "1" #31380

sunaina-dev21 opened this issue Oct 29, 2024 · 0 comments
Labels
Component: Developer Tools Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug Type: Bug

Comments

@sunaina-dev21
Copy link

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
Screenshot 2024-10-29 at 11 51 15 AM
Screenshot 2024-10-29 at 11 51 15 AM

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)

at v_ (/Users/sunaina/.npm/_npx/8ea6ac5c50576a3b/node_modules/react-devtools-core/dist/standalone.js:2:1368389)
    at div (<anonymous>)
    at div (<anonymous>)
    at div (<anonymous>)
    at ts (/Users/sunaina/.npm/_npx/8ea6ac5c50576a3b/node_modules/react-devtools-core/dist/standalone.js:2:1157861)
    at /Users/sunaina/.npm/_npx/8ea6ac5c50576a3b/node_modules/react-devtools-core/dist/standalone.js:2:1376165
    at Ks (/Users/sunaina/.npm/_npx/8ea6ac5c50576a3b/node_modules/react-devtools-core/dist/standalone.js:2:1173575)
    at /Users/sunaina/.npm/_npx/8ea6ac5c50576a3b/node_modules/react-devtools-core/dist/standalone.js:2:1176231
    at div (<anonymous>)
    at div (<anonymous>)
    at div (<anonymous>)
    at Ys (/Users/sunaina/.npm/_npx/8ea6ac5c50576a3b/node_modules/react-devtools-core/dist/standalone.js:2:1176065)
    at Zc (/Users/sunaina/.npm/_npx/8ea6ac5c50576a3b/node_modules/react-devtools-core/dist/standalone.js:2:1247244)
    at Lc (/Users/sunaina/.npm/_npx/8ea6ac5c50576a3b/node_modules/react-devtools-core/dist/standalone.js:2:1239735)
    at xt (/Users/sunaina/.npm/_npx/8ea6ac5c50576a3b/node_modules/react-devtools-core/dist/standalone.js:2:1079120)
    at ca (/Users/sunaina/.npm/_npx/8ea6ac5c50576a3b/node_modules/react-devtools-core/dist/standalone.js:2:1106654)
    at Ec (/Users/sunaina/.npm/_npx/8ea6ac5c50576a3b/node_modules/react-devtools-core/dist/standalone.js:2:1227871)
    at Y_ (/Users/sunaina/.npm/_npx/8ea6ac5c50576a3b/node_modules/react-devtools-core/dist/standalone.js:2:1382695)

GitHub query string (automated)

https://api.github.com/search/issues?q=Could not find commit data for root  in:title is:issue is:open is:public label:"Component: Developer Tools" repo:facebook/react
@sunaina-dev21 sunaina-dev21 added Component: Developer Tools Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug Type: Bug labels Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Developer Tools Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug Type: Bug
Projects
None yet
Development

No branches or pull requests

1 participant