You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The editor does not offer the ability to rename an instance within the tree view editor
index variable collision
I created a first component with the naming pattern "component{index}". It created a component instance name "component0".
I then created another component with the same naming pattern. I expected a component name "component1" to be created but a naming collision error was threw instead.
The text was updated successfully, but these errors were encountered:
Can't rename instances
The editor does not offer the ability to rename an instance within the tree view editor
index variable collision
I created a first component with the naming pattern "component{index}". It created a component instance name "component0".
I then created another component with the same naming pattern. I expected a component name "component1" to be created but a naming collision error was threw instead.
The text was updated successfully, but these errors were encountered: