Fix to work fiber debugger with npm start #8811
|
Oh, I think it didn't work because I deleted React from package.json but not from Yarn lockfile. Could you try just removing React from lockfile? That should work too. |
|
@gaearon Thanks! You are right. I missed |
|
This looks good, thanks! To be clear, your approach would also work, I'm just not sure if |
1 check was pending
ci/circleci
Your tests are queued behind your running builds
Details
|
Thanks!
I'm using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to work ReactFiber Debugger by the following way. But it doesn't work.
This PR is to fix that.
To do that, is it ok to add
fiber.jsintoreact-dom?In addition to that, I've fixed warnings about
keys.Thanks.