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
return
Similar to but different from #2054
REPL: https://svelte.dev/repl/431be3ed2fd3423991f8eeaa689ad5b7?version=3.4.4
When the obj => post = obj handler has its implicit return statement removed, then the load function is called once, as expected.
obj => post = obj
load
The text was updated successfully, but these errors were encountered:
This is an odd one for sure. Duplicate of #2748 (more info on #2873).
Sorry, something went wrong.
Missed those, Thanks~
Fixed in 3.10.1.
No branches or pull requests
REPL: https://svelte.dev/repl/431be3ed2fd3423991f8eeaa689ad5b7?version=3.4.4
When the
obj => post = obj
handler has its implicit return statement removed, then theload
function is called once, as expected.The text was updated successfully, but these errors were encountered: