-
-
Notifications
You must be signed in to change notification settings - Fork 4.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: Set element's value attribute to default empty string if nothing is provided #5240
Conversation
What issue is this related to? What is this intended to fix? |
@Conduitry |
can you rebase against master and make sure |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Just a reminder that this PR would need a rebase |
@dummdidumm is attempting to deploy a commit to the Svelte Team on Vercel. A member of the Team first needs to authorize it. |
Looking at the compiler output, I think we should either remove the |
Closing Svelte 4 PRs as stale — thank you |
fix: #4467
Before submitting the PR, please make sure you do the following
npm run lint
!)Tests
npm test
oryarn test
)