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. Paste the following into the JSON editor:
{ "message": "hello everybody!" }
Expected result: the speech bubble adjusts its size immediately.
Actual result: the speech bubble doesn't change its size unless you keep typing, and it only ever updates to the previous width of the <text> element.
<text>
The text was updated successfully, but these errors were encountered:
Not limited to nested components: https://svelte.technology/repl?version=1.13.5&gist=0ce36a578a1b96b8ea4f732e4dfa7647
Sorry, something went wrong.
reverse pre and post to fix deferrerd observers (fixes #441)
7219202
Ugh, pre and post were the wrong way round. Boy do I feel dumb
pre
post
Merge pull request #448 from sveltejs/gh-441
35113bd
reverse pre and post to fix deferred observers
Successfully merging a pull request may close this issue.
REPL. Paste the following into the JSON editor:
Expected result: the speech bubble adjusts its size immediately.
Actual result: the speech bubble doesn't change its size unless you keep typing, and it only ever updates to the previous width of the
<text>
element.The text was updated successfully, but these errors were encountered: