You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm building an upload experience for our lexical editor and would love to directly use getPreviewsLoaderHook instead of <UploadPreview/> or having to unnecessarily rebuild the logic myself as everything is already there 😇
Describe the solution you'd like
Export getPreviewsLoaderHook to make it publicly available 🙏
Hope it's not considered an implementation detail 🤞🏼
Describe alternatives you've considered
Rebuilding the generation of preview myself
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm building an upload experience for our lexical editor and would love to directly use
getPreviewsLoaderHook
instead of<UploadPreview/>
or having to unnecessarily rebuild the logic myself as everything is already there 😇Describe the solution you'd like
Export
getPreviewsLoaderHook
to make it publicly available 🙏Hope it's not considered an implementation detail 🤞🏼
Describe alternatives you've considered
Rebuilding the generation of preview myself
The text was updated successfully, but these errors were encountered: