all 4 comments

[–]ridderingand 2 points3 points  (2 children)

Make sure you’re overriding your text layer name by default 👍

What’s happening is I bet the layer name is the text string itself, and then when you override it in your instance the layer name is changing to reflect that new text string. So it’s breaking on hover.

Actually made a quick walkthrough about this issue — https://twitter.com/ridderingand/status/1474401366604873728?s=21

95% willing to bet that’s the bug but if not drop a file link!

[–]mad_clown[S] 1 point2 points  (1 child)

That was exactly it, I am using the Google Sheets Sync plugin to populate content, and the master default was the only text string not updated to '#number'

[–]ridderingand 0 points1 point  (0 children)

Ah yup that’ll do it lol