79481992

Date: 2025-03-03 19:50:14
Score: 0.5
Natty:
Report link

Workaround to eliminate the warning:

Use:

import html2pdf from 'html2pdf.js/dist/html2pdf.min.js';

Instead of:

import html2pdf from 'html2pdf.js';

This is a known issue with the html2pdf.js library. See open issue for more details: https://github.com/eKoopmans/html2pdf.js/issues/570

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: mrBlack