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
@hanshenSun - Swap might want to call the API and pass data trees of inputs (instead of items and lists). We'd need to adjust so that everything doesn't get assigned to the '0' path here:
currently Swarm jspkg design to add one arrayValue to the innerTree. InnerTree of each input and output can have multiple keys and values. You need to support two different case, List and Datatree. DataTree would require to set multiple keys of the while List needs one key but multiple values
so at the end the Type of the input might be such as multiPanel but when we add the values user has to create the keys and the array of string values. GH paths in other words keys might be set by the users
@hanshenSun - Swap might want to call the API and pass data trees of inputs (instead of items and lists). We'd need to adjust so that everything doesn't get assigned to the '0' path here:
CORE.Swarm.jspkg/index.js
Lines 349 to 352 in 357cf5e
The text was updated successfully, but these errors were encountered: