Tried adding:
react-i18next
Then it fails it can't find :
⨯ ./node_modules/@boomworks/payload-plugin-author-fields/dist/DisplayOnlyField/DisplayOnlyField.js:40:1
Module not found: Can't resolve 'payload/components/forms'
In other places I saw it on:
import { useField } from '@payloadcms/ui/forms/useField';
Not sure if it's the fix but still it should work on 3.0 with small change
Tried adding:
react-i18next
Then it fails it can't find :
In other places I saw it on:
import { useField } from '@payloadcms/ui/forms/useField';Not sure if it's the fix but still it should work on 3.0 with small change