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: Dev Tools: TypeError: Cannot read property 'memoizedState' of null #18514

Closed
bradzacher opened this issue Apr 7, 2020 · 0 comments · Fixed by #18522
Closed

Bug: Dev Tools: TypeError: Cannot read property 'memoizedState' of null #18514

bradzacher opened this issue Apr 7, 2020 · 0 comments · Fixed by #18522

Comments

@bradzacher
Copy link

React version:

Steps To Reproduce

Repro steps using confidential internal fb tool provided separately (https://fb.workplace.com/groups/2299331103613797/permalink/2605716262975278/)

Gist of the repro:

  1. open app
  2. open react dev tools to profiling tab
  3. turn on "Record why each component rendered while profiling"
  4. interact with app
  5. following error occurs: "TypeError: Cannot read property 'memoizedState' of null"
  6. inspecting the flamegraph now shows incomplete information

Based on the stack trace, it looks like the issue occurs specifically on this line:

@bradzacher bradzacher added the Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug label Apr 7, 2020
@gaearon gaearon added Component: Developer Tools Type: Bug and removed Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug labels Apr 7, 2020
@bvaughn bvaughn self-assigned this Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants