Есть ли возможность показать перевод из строки массива?
"app.components.TeaserContent.kooy":["your personal selection.", "outfits styled for you.", "new favourite items.", "your new wardrobe."]
для
import { defineMessages } from 'react-intl'
export default defineMessages({
typeText: {
id: 'app.components.TeaserContent.kooy',
default: 'dfgdfgdf'
},
console.log(intl.formatMessage({ ...messages.typeText }))
и получение ошибки в консоли, как в вопросе
