A more robust way to call comps in expressions
As in expressions comp are called by their name once you duplicate or rename the called comp you break your expression. One solution to avoid that would be to enable something like the itemByID method that exists in scripts that allow us to call comps by a unique id that won't change whatever the user do, and please change the copy with relative link behavior so it uses this new method instead of calling the comp by its name.
27
votes

-
Jacob Resch commented
yess please! currently running into this problem in a project and have to think of a rather complex workaround