Browser: Chrome 110
OS: macOS / Windows / Linux / etc.
URL: Link to a page that illustrates this issue
Video: Short screen recording that illustrates this issue (free tool: jam.dev)
I’ve created a component and I had the idea to have a button element in the component that’s hidden if no button text is provided. I set the condition to check against the button text property with “is not empty.” None of my buttons show no matter what I do, then (as in the screenshot) I changed the condition to “is empty” and they all show. So I guess the component property data isn’t available when the condition is checked.