Hi,
With "Textarea" component for example, if I do it:
<Textarea placeholder="Hello world">
it works, but when I want to use it with react-i18next, it shows [object Object] as placeholder, ex:
<Textarea placeholder={t('test')}>
It works as expected with label, description props but "placeholder" does not like it, I don't know why?
Versions:
"@mantine/core": "^7.4.2",
"@mantine/form": "^7.5.0",
"@mantine/hooks": "^7.4.2",