-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
fix(devtools): stop devtools explorer from un-expanding when data is fetched #3687
fix(devtools): stop devtools explorer from un-expanding when data is fetched #3687
Conversation
thank you. there are still type errors, please have a look:
|
* Fix formatting
When running |
prettier runs before the |
Great! In that case, the type errors are fixed, and data explorer is staying expanded. |
can you do me a favour and rebase this to the |
@boathouse2112 sorry that I missed this somehow. Can you please fix the conflicts? Then this should be good to merge 🚀 |
FYI, I will close stale PRs somewhen next week. Please either address the open comments / resolve the merge conflicts or this PR will be closed. Thanks 🙏 If someone else wants to take over this PR, please do |
@boathouse2112 I'll still attribute you as contributor alongside @zorzysty to the upcoming release. Thanks for your contribution 🙌 |
Fixes #3681
Reverts the change in #2949 from function
handleEntry
to componentHandleEntry
, but keeps the added types.I'm not actually sure why that fixes the un-expanding, but it does.