adopted-ember-addons / adopted-ember-addons/ember-set-helper
Helper allows you to set `this.args` properties
Open
- Dominant language
- JavaScript
- Stars
- 69
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
This.args is supposed to be immutable, however this actually works.
```
@onChange={{set this "args.foo.bar"}}
```
Just FYI
Contributor guide
Research direction
The `set` helper is the entry point implicated by the report; start by tracing how it handles the `this.args.foo.bar` path. Confirm the intended behavior for immutable `this.args`, and consider the work done when the reported invocation can no longer mutate it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100