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
When anyone accidentally click into rich text field it automatically create and empty paragraph. The API is then inconsistent.
In proper empty field the return is NULL and "clicked" field it return "
"
This makes front end testing complicated when do not render if the field is empty.
Solution:
on hygraph side check if the field is "optically" empty before the safe and remove empty paragraph tags.
The text was updated successfully, but these errors were encountered:
When anyone accidentally click into rich text field it automatically create and empty paragraph. The API is then inconsistent.
"In proper empty field the return is NULL and "clicked" field it return "
This makes front end testing complicated when do not render if the field is empty.
Solution:
on hygraph side check if the field is "optically" empty before the safe and remove empty paragraph tags.
The text was updated successfully, but these errors were encountered: