adopted-ember-addons / adopted-ember-addons/ember-changeset
changeset.set('nested.path', undefined) does not update property
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 425
- Forks
- 136
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
**Version**: 4.1.2
Example:
```
changeset.set('nested.path', true);
changeset.get('nested.path') // true
changeset.set('nested.path', undefined);
changeset.get('nested.path') // true
```
Possibly related to: https://github.com/adopted-ember-addons/ember-changeset/pull/191
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.