[bug] viewParams for Perspective Embedding objects do not pass updates when key is a number

I think this is likely where the issue is. Great reference.

If you see the tag value, it contains double quotes around the 01, which according to JSON.org, should be interpreted as a string.

image

Also, the double-quotes are maintained to the Perspective screen:
image

So, somewhere in the middle, maybe it’s not interpreting the string number as a string, but as a number?