Unhandled rejection TypeError: Failed to execute 'getComputedStyle' on 'Window'

I’m getting the error below on first time page loading. It doesn’t break anything yet. Does anyone have similar issue? I couldn’t find any solution. I’m using aurelia-pal@1.8.0, aurelia-pal-browser@1.8.1 and jquery@3.4.1. Any help appreciated.

Unhandled rejection TypeError: Failed to execute ‘getComputedStyle’ on ‘Window’: parameter 1 is not of type ‘Element’. at Object.getComputedStyle (https://localhost/comm/jspm_packages/npm/aurelia-pal-browser@1.8.1/aurelia-pal-browser.js:466:21)

1 Like

Not an element was injected where element was expected?

1 Like