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
When linking to a component with an instance called "default" configured on the linked to component you need to use an empty string "" as the instance Id.
This can be confusing for new users working with hamlet as this is a "secret" trick that you don't know
Expected Behaviour
I can either use the empty string approach or the "default" instance id
Possible Solution
Add handling for either an empty string or a "" default string
Steps to Reproduce
Link to a component from another one where the instance id is "default"
The text was updated successfully, but these errors were encountered:
Current Behaviour
When linking to a component with an instance called "default" configured on the linked to component you need to use an empty string "" as the instance Id.
This can be confusing for new users working with hamlet as this is a "secret" trick that you don't know
Expected Behaviour
I can either use the empty string approach or the "default" instance id
Possible Solution
Add handling for either an empty string or a "" default string
Steps to Reproduce
The text was updated successfully, but these errors were encountered: