We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following example does not work. It's reproducible on repl.
https://svelte.dev/repl/80e0bfba5c364c9e9c5cfe6d792b8c50?version=3.5.1
<script> let count = 0; function handleClick() { count += 1; } </script> <button on:click= {handleClick}> Clicked {count} {count === 1 ? 'time' : 'times'} </button>
The text was updated successfully, but these errors were encountered:
Allow whitespace after = in attributes (#3026)
ea74bfe
@Panya, when do you expect this fix to land on the repl site?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The following example does not work. It's reproducible on repl.
https://svelte.dev/repl/80e0bfba5c364c9e9c5cfe6d792b8c50?version=3.5.1
The text was updated successfully, but these errors were encountered: