-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import error using MjmlAdapter #982
Comments
@juandav Hello, I'm also experiencing the same issue. |
@juandav Thank you a lot! |
Hi @jaqarrick , I tested your PR, but for me works only |
Did you solve it? @bebjakub |
@carlos3g I duplicated MjmlAdapter and imported mjml with |
Description
When using the
MjmlAdapter
from the mailer module I get the following error when the compile function is invoked:To Reproduce
In my email module imports I have the following
When I call the
mailerService.sendMail
function the error is thrown.Expected behavior
The function should successfully compile mjml to html
Suggested Solution
I would suggest updating the import statement here to
I've recreated the adapter locally outside of the package and this solution works.
Let me know if I'm missing something!
The text was updated successfully, but these errors were encountered: