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
Now warnings will be interpreted as errors which is not the default behaviour of Sanity. Instead of just looking at the marker I suggest adding a check to see if it's actually a error
markers.some(marker => marker.level === 'error')
The text was updated successfully, but these errors were encountered:
daniel-akerman-eqtpartners
changed the title
PublishWithi18nAction interprets validation Warnings as errors
PublishWithi18nAction interprets validation Warnings as Errors
Jun 29, 2021
This is related to the fix of this issue
#46
Now warnings will be interpreted as errors which is not the default behaviour of Sanity. Instead of just looking at the marker I suggest adding a check to see if it's actually a error
The text was updated successfully, but these errors were encountered: