Skip to content

DEPRECATION: Passing actions to components as strings is deprecated. #2026

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

Merged
merged 1 commit into from
Dec 20, 2019

Conversation

carols10cents
Copy link
Member

DEPRECATION: Passing actions to components as strings (like {{input enter="search"}}) is deprecated. Please use closure actions instead ({{input enter=(action "search")}}). ('cargo/templates/catch-all.hbs' @ L6:C2)
[deprecation id: ember-component.send-action] See
https://emberjs.com/deprecations/v3.x#toc_ember-component-send-action for more
details.

DEPRECATION: Passing actions to components as strings (like `{{input
enter="search"}}`) is deprecated. Please use closure actions instead (`{{input
enter=(action "search")}}`). ('cargo/templates/catch-all.hbs' @ L6:C2)
[deprecation id: ember-component.send-action] See
https://emberjs.com/deprecations/v3.x#toc_ember-component-send-action for more
details.
@rust-highfive
Copy link

r? @jtgeibel

(rust_highfive has picked a reviewer for you, use r? to override)

@carols10cents
Copy link
Member Author

r? @Turbo87

@rust-highfive rust-highfive assigned Turbo87 and unassigned jtgeibel Dec 20, 2019
@Turbo87
Copy link
Member

Turbo87 commented Dec 20, 2019

perfect, thanks! 👍

@bors r+

@bors
Copy link
Contributor

bors commented Dec 20, 2019

📌 Commit dcfa556 has been approved by Turbo87

@bors
Copy link
Contributor

bors commented Dec 20, 2019

⌛ Testing commit dcfa556 with merge 7b5f1e7...

bors added a commit that referenced this pull request Dec 20, 2019
DEPRECATION: Passing actions to components as strings is deprecated.

DEPRECATION: Passing actions to components as strings (like `{{input
enter="search"}}`) is deprecated. Please use closure actions instead (`{{input
enter=(action "search")}}`). ('cargo/templates/catch-all.hbs' @ L6:C2)
[deprecation id: ember-component.send-action] See
https://emberjs.com/deprecations/v3.x#toc_ember-component-send-action for more
details.
@bors
Copy link
Contributor

bors commented Dec 20, 2019

☀️ Test successful - checks-travis
Approved by: Turbo87
Pushing 7b5f1e7 to master...

@bors bors merged commit dcfa556 into rust-lang:master Dec 20, 2019
@jtgeibel jtgeibel deleted the fix-a-deprecation-warning branch January 4, 2020 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants