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

Two-way binding to expressions involving {#await} thens should be disallowed by compiler #4012

Closed
Conduitry opened this issue Nov 28, 2019 · 1 comment · Fixed by #4275
Closed
Labels

Comments

@Conduitry
Copy link
Member

Describe the bug
What the title says. See #3912 and #4008 for why this is a problem.

Logs
n/a

To Reproduce
See #3912 and #4008 for examples of code that we should disallow.

Expected behavior
Two-way binding between (inputs or component props) and (the then of an {#await} or any expression based on that) should throw an error refusing to compile.

Stacktraces
n/a

Severity
Minor-ish. It's evidently caused some confusion.

Additional context
None.

@Conduitry
Copy link
Member Author

Disallowed as of 3.17.2.

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

Successfully merging a pull request may close this issue.

1 participant