このオブジェクトを React.js コンポーネントの小道具として使用しています。しかし、送信後、FontAwsome は渡されたアイコンを見つけることができませんでした
{
key: 'editButton',
title: 'Edit',
icon: 'faEdit',
function: null,
type: 'default ',
},
{
key: 'deleteButton',
title: 'Delete',
icon: 'faTrash',
type: 'danger',
function: null,
},
私のコンポーネント:
<FontAwesomeIcon icon={item.icon} />
エラー:
index.js:1 Could not find icon {prefix: "fas", iconName: "faEdit"}