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
Right now the shared fields are displayed and added to the location like: http://localhost/#root$item_pkd44k$item_dprmi9
It is better to:
add prefix (e.g. shared_field => http://localhost/#shared_field=root$item_pkd44k$item_dprmi9 ).
>>> this way we can allow for multiple functions of the location hash (e.g. if an app already utilizes hash locations, our functionality can be added on top, etc)
maybe support for multiple selections?
The text was updated successfully, but these errors were encountered:
Right now the shared fields are displayed and added to the location like:
http://localhost/#root$item_pkd44k$item_dprmi9
It is better to:
shared_field
=>http://localhost/#shared_field=root$item_pkd44k$item_dprmi9
).>>> this way we can allow for multiple functions of the location hash (e.g. if an app already utilizes hash locations, our functionality can be added on top, etc)
The text was updated successfully, but these errors were encountered: