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
This script was not working for me originally because it was assuming that field.validations was a defined array, but when hooked up to my contentful client, the field was undefined. Here is a PR that should fix this error - #88.
The text was updated successfully, but these errors were encountered:
nelsondude
changed the title
Check if validations field is an array
Check if validations field is an array to fix error
Jun 9, 2021
This script was not working for me originally because it was assuming that
field.validations
was a defined array, but when hooked up to my contentful client, the field was undefined. Here is a PR that should fix this error - #88.The text was updated successfully, but these errors were encountered: