alloc / alloc/wana

Object spreading does not pick up new properties

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.