Given the below code snippet, I'd expect to get a single console log the first time A1 is updated. Instead I get one every time A1 is updated, indicating that the binding isn't actually being deleted...
mbrooks-columbia
Jun 04, 2024Copper Contributor
I'm experiencing the same behavior, `.delete()` method of the Binding class does not actually delete the binding. It does not throw an error or indicate failure in any way. I've tried multiple ways with no success.
Deletion is a pretty fundamental capability, so I'm surprised this has been an outstanding issue since 2019.