-
Notifications
You must be signed in to change notification settings - Fork 47.9k
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
Bug: fix BigInt in copyElementPath in react-devtools #17895
Comments
@leidegre I will take a look. |
@nutboltu: This issue is all yours! 😄 I've added the "good first issue (taken)" label so that others will know not to start work on the issue. If you change your mind about the issue, no worries! Just let me know so that I can remove the label and free it up for someone else to claim. Cheers! |
Hey @nutboltu how's this task coming along? :) |
You should be able to test this using the testing harness app: Might be easier. Just add a |
react-devtools-shell is really handy to test :) |
Yes. It's what I typically use when building a new feature. Then I just do a final test in the actual extension. |
This is a continuation of an previous issue to add support for the BigInt data type in React DevTools.
Original PR #17233 (merged)
This happens when you try to copy a BigInt value to clipboard via React DevTools.
Would @nutboltu mind taking a look?
The text was updated successfully, but these errors were encountered: