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
I noticed my data-cover-testReadyCallback attribute option was not being detected because when the following line is evaluated, the es.nodeName is lowercase data-cover-testreadycallback
if (es.nodeName === "data-cover-testReadyCallback"){
It may be a good idea to perform a case-insensitive check.
The text was updated successfully, but these errors were encountered:
I noticed my
data-cover-testReadyCallback
attribute option was not being detected because when the following line is evaluated, thees.nodeName
is lowercasedata-cover-testreadycallback
if (es.nodeName === "data-cover-testReadyCallback"){
It may be a good idea to perform a case-insensitive check.
The text was updated successfully, but these errors were encountered: