Replies: 1 comment
-
Why you felt like this is a bug report and not a discussion in Q&A? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
CheckList
Version
5.3.0
In What environments are you experiencing the problem?
Chrome
Node Version (if applicable)
None
Link To Reproduction
https://codesandbox.io/p/sandbox/js8d45
Steps To Reproduce
Expected Behavior
I want to get the index and style of a textbox in a deeply nested group. The normal text index and style can be obtained normally (the one with blue text)
![image](https://private-user-images.githubusercontent.com/12571054/385105149-8659a6e9-4424-46c4-86e7-d7a6c54697d9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MzMzMDMsIm5iZiI6MTczODkzMzAwMywicGF0aCI6Ii8xMjU3MTA1NC8zODUxMDUxNDktODY1OWE2ZTktNDQyNC00NmM0LTg2ZTctZDdhNmM1NDY5N2Q5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDEyNTY0M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA3MzIxMGNmY2YxZjQzNjQyYTI0NDJhM2MxYjg3N2I5OTQxNTk5MTYyMjI0MjIxZjg4NTU1OGY5YzE0YzUyN2UmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.cUQaaT4Cr2nI3zJPVQ_XZFj5amjpOZI3QYvC1xh06zM)
Actual Behavior
This code doesn't seem to be triggered, is there something wrong with my implementation?
Error Message & Stack Trace
No response
Beta Was this translation helpful? Give feedback.
All reactions