You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use was a custom function with a hidden variable that is set in the context. Originally, that variable was a normal TypeScript value, which meant that I wanted to re-register the function, which didn't work. I worked around the limitation by instead making the hidden variable an object property, which I could then update without re-registering the function. So it's not essential to me, no. It would be good if I had got an error rather than the re-registering being silently ignored.
Example code:
Expected output:
foobar
. Actual output:foo
. Tested with 3.19.0.The text was updated successfully, but these errors were encountered: