Skip to content

Expanded objects are not cleaned up on invalidation #1456

@mbostock

Description

@mbostock

For example here:

```js
const foo = view(Inputs.button("reset"));
```

```js
const obj = {foo};
```

```js
obj
```

If you open the object and then click the reset button, you’ll see the bug:

Screenshot 2024-06-12 at 5 25 19 PM

Metadata

Metadata

Assignees

Labels

bugSomething isn’t working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions