-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat(solid): add support for devtools #10937
Conversation
🦋 Changeset detectedLatest commit: 2c58318 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just getting ahead of the curve and matching the language of the Vue devtools PR here!
Failing test (sourcemap) looks unrelated, the fixture is not using solid at all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving changeset for docs!
@florian-lefebvre I removed the milestone. We use milestones only for core minors, and as a tool to manage PRs internally |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving updated changeset for docs! Thank you @florian-lefebvre !
This has been a breaking change on vite@5. solid-devtools depends on outdated solid-start, which requires vite@4 as peer dependency. |
@shishkin Can you open a new issue with a minimal repro and ping me? I'll have a look, I guess it will require an upstream fix |
@florian-lefebvre please see #11217 |
Changes
Testing
Manually in the solid example
Docs
withastro/docs#8189