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

Ensure inline if returns undefined when no falsey value is provided #1270

Merged
merged 2 commits into from
Feb 16, 2021

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Feb 16, 2021

Ember versions prior to 3.25 always returned undefined when no falsey value was provided, changing that from undefined -> null has broken a few apps.

Failing test for emberjs/ember.js#19409

Ember versions prior to 3.25 always returned `undefined` when no falsey
value was provided, changing that from `undefined` -> `null` has broken
a few apps.
@rwjblue rwjblue added the bug label Feb 16, 2021
@rwjblue rwjblue changed the title Failing test for inline if used without a false value. Ensure inline if returns undefined when no falsey value is provided Feb 16, 2021
@rwjblue rwjblue marked this pull request as ready for review February 16, 2021 18:02
@rwjblue rwjblue merged commit 0c833e3 into master Feb 16, 2021
@rwjblue rwjblue deleted the inline-if-without-falsey-is-undefined branch February 16, 2021 18:12
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 this pull request may close these issues.

None yet

1 participant