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
Problem that we are facing is that whenever we click on "Publish in English" it throws an error "Relationship value should be a string or number. The Lexical Relationship component should not receive the populated value object."
This error does not happen when:
we save collection as draft
we publish it to all locales
Another thing is that even the fact that error is displayed, we are still having an value as object in API (which is something that we want). Question is - how can we prevent displaying this error, we are expecting the value to be an object and not to perform a lot of API calls based on value being an ID.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In our situation we have this
richText
fieldComing along this custom
LexicalEditor
Problem that we are facing is that whenever we click on "Publish in English" it throws an error "Relationship value should be a string or number. The Lexical Relationship component should not receive the populated value object."
This error does not happen when:
draft
Another thing is that even the fact that error is displayed, we are still having an
value
as object in API (which is something that we want). Question is - how can we prevent displaying this error, we are expecting thevalue
to be an object and not to perform a lot of API calls based onvalue
being an ID.Beta Was this translation helpful? Give feedback.
All reactions