interface
interface copied to clipboard
The SegmentedControl Component use the “cloneElement”, it‘s an uncommand usage in React official documents
The SegmentedControl Component use the “cloneElement”, it‘s an uncommand usage in React official documents; react doc for cloneElement
packages/ui/src/components/SegmentedControl/SegmentedControl.tsx
It maybe because of the "cloneElement" uses an instance for a component instead of recreating a component instance every render.