Hello everyone, when i import `kotlinx.browser.win...
# javascript
z
Hello everyone, when i import
kotlinx.browser.window
in my KotlinJS/React-MP-project intellij tells me that
window
is an unresolved reference. (see image) But it compiles and works just fine (same for
kotlinx.browser.document
). Did I mess up anywhere or is this a bug?