adopted-ember-addons / adopted-ember-addons/ember-set-helper
Helper allows you to set `this.args` properties
Offen
- Vorherrschende Sprache
- JavaScript
- Sterne
- 69
- Forks
- 9
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
This.args is supposed to be immutable, however this actually works.
```
@onChange={{set this "args.foo.bar"}}
```
Just FYI
Beitragsleitfaden
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- javascript
- Bereich
- frontend
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 35/100