is there a better way to interop with JS APIs expecting objects than @JsPlainObject? that one does not work with the K2 alpha plugin in intellij and losing IDE support is too painful
✅ 1
e
Edoardo Luppi
07/06/2024, 8:52 PM
Currently no. You'll have to wait 2024.2 release, or probably 2024.3.
In the meantime keep using
jso<T>
Edoardo Luppi
07/06/2024, 8:53 PM
Btw, there are still open issues for
@JsPlainObject
, so I'd wait to use it for stuff you need in production.