-
Notifications
You must be signed in to change notification settings - Fork 25.2k
DevTools copy() doesn't work in console: Property 'copy' doesn't exist #55487
Copy link
Copy link
Closed
Labels
DebuggingIssues related to React Native DevTools or legacy JavaScript/Hermes debuggingIssues related to React Native DevTools or legacy JavaScript/Hermes debuggingNeeds: AttentionIssues where the author has responded to feedback.Issues where the author has responded to feedback.Needs: ReproThis issue could be improved with a clear list of steps to reproduce the issue.This issue could be improved with a clear list of steps to reproduce the issue.Partnerp: CallstackPartner: CallstackPartner: Callstack
Metadata
Metadata
Assignees
Labels
DebuggingIssues related to React Native DevTools or legacy JavaScript/Hermes debuggingIssues related to React Native DevTools or legacy JavaScript/Hermes debuggingNeeds: AttentionIssues where the author has responded to feedback.Issues where the author has responded to feedback.Needs: ReproThis issue could be improved with a clear list of steps to reproduce the issue.This issue could be improved with a clear list of steps to reproduce the issue.Partnerp: CallstackPartner: CallstackPartner: Callstack
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
When I past the next code in
copy(1+1)the console it fails with the next errorProperty 'copy' doesn't existSteps to reproduce
Jin metrocopy(1+1)Expected: The same as in Chrome devtools (passed value will be serialised and copy to clipboard)
Actual: Error
React Native Version
0.83.1
Output of
npx @react-native-community/cli infoScreenshots and Videos
Screen.Recording.2026-02-10.at.14.52.04.mov