-
-
Notifications
You must be signed in to change notification settings - Fork 21
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: update type of $props rune #510
Conversation
🦋 Changeset detectedLatest commit: dac262b The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
307cd28
to
0061644
Compare
Pull Request Test Coverage Report for Build 8792229478Details
💛 - Coveralls |
0061644
to
dafc176
Compare
<div | ||
class="eslint-editor-monaco-root eslint-editor-monaco-root--wait" | ||
in:loadingTypewriter | ||
></div> |
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.
Fixed ESLint error which came from sveltejs/svelte#11114.
@@ -14,7 +14,7 @@ | |||
position: relative; | |||
height: calc(100vh - 64px); | |||
} | |||
.main > * { | |||
.main > :global(*) { |
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 I fixed an unused CSS error.
A recent update stop type exports, but I think this is unintended change. |
I created a PR for this. |
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.
Thank you!
Follow this PR: sveltejs/svelte#10694