-
Notifications
You must be signed in to change notification settings - Fork 7
Issues with installation #1
Comments
I think it's because it's compiled only for IR backend, and I use legacy (still have to, because of no source maps in IR): kotlin-react-test/build.gradle.kts Line 42 in 87e6171
|
Sorry for the late response. I think you are right about the source of the issue. Do you think it's better to change it to It was my understanding that they are migrating to the IR backend and I don't have a problem with source maps in my main project with that setup too. Source maps don't seem to work for dependent libraries though but it's probably a different problem. |
If it's not a problem to try with |
Sorry for the delay. I just published 1.2.0 version which should support both compiler backends. Please reopen this issue if it doesn't work. Thanks! |
Works, thank you! |
Hi!
When adding the dependency to my project (I use
kotlin("js")
plugin):I'm getting this:
Could you advise and maybe create an example project that consumes this library?
Thanks!
PS: I created https://youtrack.jetbrains.com/issue/KT-49610 to track the topic of unit testing in React.
The text was updated successfully, but these errors were encountered: