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

fix: passing failed to fetched entry card when inaccessible [] #1639

Closed aodhagan-cf closed 2 months ago

aodhagan-cf commented 2 months ago

Previously we were seeing an infinite loader when the entries are deleted. Now showing the missing entry card instead

before

Screenshot 2024-04-16 at 14 59 56

after

Screenshot 2024-04-16 at 15 00 06
chrishelgert commented 2 months ago

and potential packages/rich-text/src/plugins/shared/FetchingWrappedResourceCard.tsx too