adopted-ember-addons / adopted-ember-addons/ember-set-helper

Helper allows you to set `this.args` properties

Open
#49 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.