umbraco Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'
I fixed a previous error by making all the groups tabs again which was failing on the if in the code snippet below but now the getComuptedStyle errors with the above
Copy code
if (!nodeComputedStyle) {
if (node instanceof DocumentFragment)
return !0;
nodeComputedStyle = this.doc.defaultView.getComputedStyle(node)
}
Matt Wise
07/05/2024, 9:03 AM
code is from /umbraco/js/umbraco.services.min.js?d=638557656950000000
Matt Wise
07/05/2024, 9:21 AM
I can only see the error when on the Document type definition (As it doesnt crash the tab 😄 )