Closed ynahmany closed 6 years ago
Hi, In versions 2.0.8 and 2.0.9 this line has been removed: if(trigger !== undefined) which caused undefined error. There was specific reason for the removal or we can return them? currently it causes error in our console.
if(trigger !== undefined)
please check a latest version (3.0.2) - there it should be fixed
Hi, In versions 2.0.8 and 2.0.9 this line has been removed:
if(trigger !== undefined)
which caused undefined error. There was specific reason for the removal or we can return them? currently it causes error in our console.