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
REPL contains just a property test and an onstate listener.
test
onstate
onstate fires, but changed is empty. If test is used in the template, changed is {test: 1}, as expected.
changed
{test: 1}
The text was updated successfully, but these errors were encountered:
Failing test for sveltejs#1356
00fb978
Merge branch 'master' into gh-1356
0bc6828
correctly report changed properties in initial state/update events - f…
991bd9d
…ixes #1356
a42c1e4
Merge pull request #1364 from sveltejs/gh-1356
6534fef
Report initial `changed` based on state, not expected properties
This is fixed in 2.1.1, thanks
Sorry, something went wrong.
No branches or pull requests
REPL contains just a property
test
and anonstate
listener.onstate
fires, butchanged
is empty. Iftest
is used in the template,changed
is{test: 1}
, as expected.The text was updated successfully, but these errors were encountered: