This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Cannot read property 'get' of undefined #223
Comments
I got the same 'Uncaught TypeError' error today. You can see in my grid field, "events" the offending null value. I haven't talked to the client yet, but I imagine they deleted a row in the grid.
|
One value was also null in my case. I fixed it by POSTing to the API endpoint (http://www.webhook.com/docs/api-endpoints/#update_an_item) and updating the item. Not sure how the value became null in the first place. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Client was having an issue where only one of the content items wasn't loading within the CMS, all the others of the same content type were rendering up fine.
Unfortunately he already deleted it and recreated it (I was going to leave it so you guys could take a look), but I managed to grab a screenshot of the console before he did... If this is unhelpful to nailing down what happened, go ahead and close the issue.
The text was updated successfully, but these errors were encountered: