Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editing an imported module causes duplicate display #1430

Closed
mbostock opened this issue Jun 6, 2024 · 0 comments · Fixed by #1431
Closed

Editing an imported module causes duplicate display #1430

mbostock opened this issue Jun 6, 2024 · 0 comments · Fixed by #1431
Assignees
Labels
bug Something isn’t working

Comments

@mbostock
Copy link
Member

mbostock commented Jun 6, 2024

#1416 introduced a bug where old displays are not cleaned up when imported modules change. To reproduce, create a JavaScript fenced code block like so:

```js echo
import {test} from "./test.js";

display(test);
```

Then create the test.js like so:

export const test = 2;

Edit test.js and you will see the bug:

Screenshot 2024-06-06 at 8 26 19 AM
@mbostock mbostock added the bug Something isn’t working label Jun 6, 2024
@mbostock mbostock self-assigned this Jun 6, 2024
This was referenced Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn’t working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant