错误提示
提示的报错为using string literals in ref attributes is deprecated
解决办法
<div ref={(c) => { this.choicesGroup = c; }} />
提示的报错为using string literals in ref attributes is deprecated
<div ref={(c) => { this.choicesGroup = c; }} />