Hi in the most recent builds it seems like Tanstac...
# javascript
m
Hi in the most recent builds it seems like Tanstack wrappers no longer have the @JsNonModule annotation, which gives me a compile error " When accessing module declarations from UMD, they must be marked by both @JsModule and @JsNonModule". I reported that here: https://github.com/JetBrains/kotlin-wrappers/issues/1935 Does anyone know if this change is intentional, or have I misunderstood something?
Now I see there is a commit that changed this by @turansky: https://github.com/JetBrains/kotlin-wrappers/commit/d56d7d75cd7f08358f3682f6d3275a9ece50d854 Is there a reason for that? or a workaround to the compilation problem that causes?
t
Answered in issue
👍 1