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 registering things like subviews, the names in the hash are blindly applied to this, which could collide with things like props or session variables, it would be kind to the dev if there were some sort of order of precedence for those (i.e. props are always set, subviews throw if a prop exists in that namespace already).
This may also need to be functionality that's pushed down into ampersand-state (like having a safe-set internal function that ampersand-view can use when setting things like subviews to the local namespace).
The text was updated successfully, but these errors were encountered:
When registering things like subviews, the names in the hash are blindly applied to this, which could collide with things like props or session variables, it would be kind to the dev if there were some sort of order of precedence for those (i.e. props are always set, subviews throw if a prop exists in that namespace already).
This may also need to be functionality that's pushed down into ampersand-state (like having a
safe-set
internal function that ampersand-view can use when setting things like subviews to the local namespace).The text was updated successfully, but these errors were encountered: