For example here: ````md ```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: <img width="221" alt="Screenshot 2024-06-12 at 5 25 19 PM" src="https://github.com/observablehq/framework/assets/230541/1f808d2f-6b69-43a5-ba43-6cb72de8b95e">
For example here:
If you open the object and then click the reset button, you’ll see the bug: