1
<SettingsDropdown labelName="Settings" items={[
{name:'Feature Listing', handler:{this.handle_dropdown_featureListing}, divider:true}
]}/>
上記の構文で何が問題になっていますか?jsx予期しないトークンがオブジェクトの配列を渡す
私は
handle_dropdown_featureListing =() => { //something }
を持っていますが、私はまだ予期しないトークンエラーが発生しました。