Join Slack
Powered by
# beginners
k
Krish
11/29/2018, 5:27 PM
message has been deleted
n
Nik
11/30/2018, 4:56 AM
Your script is trying to do something like x.item or x["item"] and x is either undefined or null here. You might wanna lookup in your script for 'item'(s) and do a null check on the variables from where you get those.
Open in Slack
Previous
Next