Object spreading does not pick up new properties
Open
limitation
- Dominant language
- TypeScript
- Stars
- 176
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
```ts
const data = o({ a: 1 })
auto(() => console.log('changed:', { ...data })
// New property is not observed.
data.b = 1
```
Contributor guide
Assessment
This issue has not been assessed yet.