Alessio Gravili
Alessio Gravili
Fixed in 3.4.0 already - https://github.com/payloadcms/payload/pull/9644
nvm reopening, this might still be an issue if an error is returned and not thrown. Will look into this
Closing, as our editor does not come with a code block feature by default => not an "issue". The editor only comes with inline code formats - md conversion should...
This is currently expected, as the converter cannot auto-upload those images for you. Probably won't add this functionality - don't want this function to perform any modifications to your payload...
We're exploring a different way to solve this here: https://github.com/payloadcms/payload/pull/13619 Manually traversing and populating fields like this is only a short-term solution and will be a pain to maintain. This...
Fixed by https://github.com/payloadcms/payload/pull/7890 Now, for custom converters, you will have to pass through `depth` and `currentDepth` (those are now parts of the html converter args) in order to avoid infinite...
Additionally to what paul said, also make sure to use these react / react-dom versions: ``` "react": "19.0.0-rc-06d0b89e-20240801", "react-dom": "19.0.0-rc-06d0b89e-20240801", ```
@foxted this should be fixed in beta.82. Can you provide the full error? And did you finish the migration of your payload config to component paths?
> I was on beta.77 prior to that update on local, I am not sure what you mean by "migration of my payload config to component paths"? Is the payload.config.ts...
@mvarendorff which version of yarn are you using?