Skip to content
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

Assigning to rvalue is a bad error message #9495

Closed
olehmisar opened this issue Nov 16, 2023 · 0 comments · Fixed by #9497
Closed

Assigning to rvalue is a bad error message #9495

olehmisar opened this issue Nov 16, 2023 · 0 comments · Fixed by #9497
Milestone

Comments

@olehmisar
Copy link

Describe the bug

Error says "Assigning to rvalue". It should say "Assigning to derived state".

Reproduction

<script>
  let name = $derived(0)
</script>

<input bind:value={name} />

REPL

Logs

No response

System Info

\-

Severity

annoyance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants