supermario12342003
supermario12342003
no, im not refering to the reset password or the verify emails. Im talking bout the email feature of this plugin of this repo: [plugin-form-builder](https://github.com/payloadcms/plugin-form-builder).
it will work if you do a casting of the field as Block `(fields.select as Block)` ``` select: { ...fields.select, fields: [ ...(fields.select as Block).fields, { name: 'hasMultiple', label: 'Has...
is it a vite problem or material-tailwind problem? im using vite + material-tailwind in my project and i have the same issue, notice the tree shake is not working either,...