I’d like to build a threaded comment function so that each comment can have children comments. Those comment children can have their own comment children, etc.
How would I extend this infinitely without adding a repeating group for each hierarchy level?
My thinking was I could self-reference a reusable element, but bubble doesn’t allow the circular reference.