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

Bug: React DevTools not showing symbols used in state #19784

Closed
bhumijgupta opened this issue Sep 7, 2020 · 3 comments
Closed

Bug: React DevTools not showing symbols used in state #19784

bhumijgupta opened this issue Sep 7, 2020 · 3 comments

Comments

@bhumijgupta
Copy link
Contributor

bhumijgupta commented Sep 7, 2020

React version: 16.13.1

Steps To Reproduce

  1. Create a state with a symbol as a key
  2. Open React DevTools to view the state

Link to code example: https://codesandbox.io/s/awesome-wu-w08px?file=/src/App.js

The current behavior

Cannot view the symbol in the state

The expected behavior

Symbols should be visible in the state from DevTools

@bhumijgupta bhumijgupta added the Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug label Sep 7, 2020
@eps1lon eps1lon added Component: Developer Tools Type: Bug and removed Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug labels Sep 7, 2020
@omarsy
Copy link
Contributor

omarsy commented Sep 7, 2020

Can I push a PR ?

@eps1lon
Copy link
Collaborator

eps1lon commented Sep 8, 2020

Can I push a PR ?

Sure, go ahead.

@bvaughn
Copy link
Contributor

bvaughn commented Sep 14, 2020

Fixed by #19786

@bvaughn bvaughn closed this as completed Sep 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants