TypeError: Cannot assign to read only property
-
Receiving this error when clicking on the button to generate a .pdf on a custom post type. Look to be an issue with the full page pdf as when this is disabled it is able to generate a page.
TypeError: Cannot assign to read only property ‘className’ of object ‘#<SVGSVGElement>’ in html2canvas.js.
PHP Version 7.2.19
} }); anonymousReplacedElement.className = PSEUDO_HIDE_ELEMENT_CLASS_BEFORE + " " + PSEUDO_HIDE_ELEMENT_CLASS_AFTER; clone.className += pseudoElt === PseudoElementType.BEFORE ? " " + PSEUDO_HIDE_ELEMENT_CLASS_BEFORE : " " + PSEUDO_HIDE_ELEMENT_CLASS_AFTER; return anonymousReplacedElement;
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘TypeError: Cannot assign to read only property’ is closed to new replies.