I am using this approach as outlined in some of the answers in here
<FormattedMessage
....
>
{placeholder => <input placeholder={placeholder} />}
</FormattedMessage>
However, I get this error when trying to extract the message strings
TypeError: react-intl.macro: referencePath.parentPath.get(...).filter is not a function Learn more: https://www.npmjs.com/package/react-intl.macro at Array.map (<anonymous>)
I am using this approach as outlined in some of the answers in here
However, I get this error when trying to extract the message strings
TypeError: react-intl.macro: referencePath.parentPath.get(...).filter is not a function Learn more: https://www.npmjs.com/package/react-intl.macro at Array.map (<anonymous>)