You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using this plugin (slug field specifically) in development with an already initialized payload. Worked fine. When deployed to an empty project it threw an error. Reproduced with empty project. Steps to reproduce
Start new payload project npx create-payload-app@latest
I was using this plugin (slug field specifically) in development with an already initialized payload. Worked fine. When deployed to an empty project it threw an error. Reproduced with empty project.
Steps to reproduce
npx create-payload-app@latest
yarn add @nouance/payload-better-fields-plugin
docker-compose up
and open localhost:3000Error reports
Component.js:78 Uncaught TypeError: Cannot read properties of undefined (reading 'value')
pointing to this linereturn fields .filter(function (item) { return Boolean(item.value); })
The text was updated successfully, but these errors were encountered: