Since the original thread is closed, I had to open this again.
I had similar issue but my loading is not in repeatables, how can I disable in components like text or tags.
Are your Tag and Text components inside another component, like a Container or List View?
Tag and Text components themselves donβt have a built-in βLoadingβ setting, but they can be affected if their parent component is set to a loading state.
In the example below, both components sit inside a container and a list view.
You can toggle the Loading state manually or control it with a variable, e.g.: {{ isLoadingVariable }}