contentful / field-editors

React components and extensions for building Contentful entry editor
https://contentful-field-editors.netlify.app/
MIT License
149 stars 114 forks source link

MultipleReferenceEditor not dragable with custom card #1671

Open AngelAlferez opened 3 weeks ago

AngelAlferez commented 3 weeks ago

I'm creating a simple custom app that uses a mutiple reference editor. I want to use a custom card in it but as soon as I use the custom card option, the drag handle dissapears and its not dragable anymore.

My dependencies are image

I know there is an issue with react 18, so I'm using 17.0.2

image

This is how it renders image

If I use the latest v2 version of @contentful/field-editor-reference then I can see the drag handle and it works but then all styles are off since v3 is using Forma 36 v4 which is my forma dependencies versions.

Thanks