Closed runeb closed 3 years ago
If you had a reference field on your document and an editor selected this field as a selected column, an exception would be thrown until the document was refetched with that field. Fix is to avoid rendering SanityPreview until the value is set.
reference
SanityPreview
value
:tada: This PR is included in version 1.0.0-alpha.5 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
If you had a
reference
field on your document and an editor selected this field as a selected column, an exception would be thrown until the document was refetched with that field. Fix is to avoid renderingSanityPreview
until thevalue
is set.