Open
Description
An asset can be its own parent, and you can create circular dependencies with the parenting (a -> b -> c -> a). This doesn't make logical sense, but it is not a significant problem right now. As long as we take care with any code in the future that traverses these dependencies!
I personally am not intending on fixing this before release.