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
Description:
Using email-template 9.x in our project does not compile. It results in an error triggered by an underlying package juice, which is no longer maintained (current maintainer posted that he is searching for someone to continue maintaining).
We don't support TypeScript. If you want to submit a PR to fix this, we're open to it. We also suggest you contribute to the juice package to help resolve the issue (we will not be doing this as we do not support TS nor use TS).
do you mean a transformation into typescript or a bugfix regarding that issue? I'd be open to give the typescript-transformation a try, if there is a chance we could get that merged. From a first glance, most modules already have typescript support built-in, so this should be only a matter of cleaning up the class a bit.
Oh sorry, no transformation into TS - a bugfix for the underlying issue is probably the route to go? We will def be in pure vanilla JS for the future and present.
Describe the bug
Node.js version: Node 16.13.0
OS version: Mac
Description:
Using email-template 9.x in our project does not compile. It results in an error triggered by an underlying package
juice
, which is no longer maintained (current maintainer posted that he is searching for someone to continue maintaining).The bug itself was posted there as well:
Automattic/juice#389
Actual behavior
Error output:
Expected behavior
Compiling/starting the project works. Maybe another css-injector should be supplemented?
For now I applied the fix suggested inside the linked issue:
Which solves the issue for now.
Code to reproduce
Checklist
The text was updated successfully, but these errors were encountered: