#Solo Project - Movie Watchlist

1 messages · Page 1 of 1 (latest)

slender canyon
teal hollow
#

Your watchlist is throwing errors on load because you're simply checking to see if my localStorage has ANY data and then because you're not adding any safety checks, it's attemping to parse Plot.length

#

We can't test the fetching because you're using an env. key which we don't have access to

slender canyon
#

ahh, ok thanks for the feedback, i will work on them