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
While that does work and renders a field it requires the {...props} passed to it which then in turn produces this error after you start typing TypeError: JSON.stringify cannot serialize cyclic structures. so I am back to square one.
Additional context:
I want to have a file field that has a custom component with a Button + PortableTextInput. The button triggers an api call to transcribe the audio file and then pass that into the PortableTextInput. That would allow the admin/editor to edit the transcription.
Trying to find any documentation or help in regard to using a
PortableTextInput
rather than aTextArea
field within a custom component. Example:The text was updated successfully, but these errors were encountered: