Closed rhansen closed 3 years ago
This should fix "TypeError: Cannot read property 'data' of undefined" in localizeExistingComments() if the pad loads quickly.
localizeExistingComments()
Fixes #197
@tiblu Would you mind testing this? I saw #198, but I believe this is a more comprehensive fix.
@rhansen Thanks for the update!
I could NOT reproduce https://github.com/ether/ep_comments_page/issues/197 with this PR applied. I closed my PR in favor of this one.
This should fix "TypeError: Cannot read property 'data' of undefined" in
localizeExistingComments()
if the pad loads quickly.Fixes #197
@tiblu Would you mind testing this? I saw #198, but I believe this is a more comprehensive fix.