我遇到no-static-element-interactions
时遇到问题这是我的代码,但没有通过它
<div
className={ `selector-button ${ displayType === "GRID" && "active" }` }
onClick={ this.handleClick.bind( this, "GRID" ) }
role="button"
>
即使添加role="button"
也无法帮助我通过。
答案 0 :(得分:0)
这与eslint-plugin-jsx-a11y插件回购中的https://github.com/evcohen/eslint-plugin-jsx-a11y/issues/214问题有关。
请按照他们的对话。