Skip to content

v3.0.2

Compare
Choose a tag to compare
@atomicpages atomicpages released this 29 Sep 23:04
  • 9326927 fix(:bug:) Icons with selectors that contain type as a substring weren't getting cloned. Moving a word boundary search.

Which means this will work now 👍

function App() {
    return <Checkbox icon={<i className="myicon myicon-star" />} />
}