Current selections: {[...selectedIetms].join(", ")}
+Current selections: {[...selectedItems].join(', ')}
> ); }; @@ -36,7 +36,7 @@ export const SingleSelection = () => { > {childrenListWithKeys} -Current selections: {[...selectedItems].join(", ")}
+Current selections: {[...selectedItems].join(', ')}
> ); };