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
{{ message }}
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.
I have initialized mailgo with all the config. But the mailgoDirectRender function is broken.
Uncaught TypeError: Cannot read properties of undefined (reading 'classList') at mailgoPreRender (mailgo.js?0de6:892) at mailgoDirectRender (mailgo.js?0de6:917)
I guess since i am directly calling the mailgo render via the mailgoDirectRender method, the mailgoElement is not defined and there is no null check present.
The text was updated successfully, but these errors were encountered:
Hi! I've added a fix for this. I've already built a new version of the script, maybe can you make a check about the fix and tell me if everything works correctly now? Because if everything is fine I will close this issue and I will release a new version of mailgo with also this fix. Thank you.
I have initialized mailgo with all the config. But the mailgoDirectRender function is broken.
Uncaught TypeError: Cannot read properties of undefined (reading 'classList') at mailgoPreRender (mailgo.js?0de6:892) at mailgoDirectRender (mailgo.js?0de6:917)
The issue is with this line here:
I guess since i am directly calling the mailgo render via the mailgoDirectRender method, the mailgoElement is not defined and there is no null check present.
The text was updated successfully, but these errors were encountered: