v0.4.5
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".