Skip to content

v0.4.5

Choose a tag to compare

@seawind543 seawind543 released this 23 Jan 06:17
· 16 commits to master since this release

Workaround for issue #5

Because rc-trigger will test "React.Children.only" on target, and Tooltip/Infotip within RadioGroup seems will failure the test after processing.
Make workaround by wrap target within <div> to make sure target will pass "React.Children.only".