payload
payload copied to clipboard
Incorrectly typed/exported CellComponentProps?
Link to reproduction
https://github.com/payloadcms/payload/compare/main...franciscolourenco:payload:reproduce-cellcomponentprops
Describe the Bug
The CellComponentProps exported in payload/types doesn't match the props passed to custom cell components.
The props passed to custom cell components are actually the ones defined in Props.
To Reproduce
Have a look at the TS error in: https://github.com/payloadcms/payload/compare/main...franciscolourenco:payload:reproduce-cellcomponentprops
Payload Version
2.12.1
Adapters and Plugins
No response