Jarrod Flesch
Jarrod Flesch
@GeorgeHulpoi can you replicate this issue with tabs (unnamed) inside a payload project? I do not think this is related to the seo plugin, but more so payload itself.
I mean with a configuration like so: ```ts { type: 'tabs', tabs: [ { label: 'tab 1', fields: [ { name: 'id', type: 'text', required: true, unique: true, } ]...
> @JarrodMFlesch It seems your mocking some integrations on build, the problem i see with that, every extensions and other built it, like email ([#3942 (comment)](https://github.com/payloadcms/payload/issues/3942#issue-1969808189)) would not be fixed...
@MarkKropf Thanks for reporting, I fixed this yesterday but never committed the change...? Just merged the fix in [this PR](https://github.com/payloadcms/payload/pull/4796), and we will release a new version ASAP.
I am trying to recreate this on `[email protected]`, how can I repro? I have cloned down the [public demo repository](https://github.com/payloadcms/public-demo), I am on `node v20.14.0` but when running `pnpm generate:types`...
@joedawson good catch. I don't think this was caused bc of the fix, more so, it was able to be reproduced bc of the fix. Since you were not able...
@joedawson PR [here](https://github.com/payloadcms/payload/pull/6561).
@joedawson I am unable to reproduce this issue, I tried with both postgres and mongodb. Could you create a repo that I can clone down to ensure we are seeing...
@lynndylanhurley I think your fix makes sense. I don't think the failing tests are related.
@mixty1 Please add link to a reproduction repository or we will have to close this. The repository linked should be as minimal as possible. 1 collection, using a custom component...