[feature Request] STATE save and open is ignoring clones

keko.json (208.0 KB)
state1.txt (3.4 KB)

Thanks for the tip, but that does not solve the problem, (also mentioned here States how to save and load)...
-> when adding an id to the cloned panel, just the panel appears then in the state file, but not all children of the panel(stompPanel - kempFxDetA - FXXKNOB* and FXKNOBVAL* are just shown once).

I attached the json file, store and recall button are doing the following:

receive('STATE/SAVE','state1.state');
receive('STATE/OPEN','state1.state');

Panelname is "stompPanel", one of its clone is "clone_StompPanelB", when setting this props.id it just adds one entry with it's id, but not the FXKNOB* widgets like expected(and it messes up the the visibility then -> i didn't look into that).