Open elyphas opened 3 years ago
Hi @elyphas, thanks for reporting. It seems, you are having an issue, updating mycelium. The latest version 0.1.0
on maven already has support for scala-js-dom
2.0.0
. You can check it out. Though some package names have changed in mycelium, so we would need to make some adoptions in the code here.
Thank You @cornerman.
and I am sorry, I made a mistake when I copy the error from the terminal window It was taken from mycelium
terminal window.
I was trying to update the libraries on mycelium
and covenant
at the same time.
oh, I think I found the situation.
mycelium change the return type UIEvent
to ProgressEvent
on this line:
reader.onload = (_: ProgressEvent) => {
I will try more later I hope I can compile it. :-)
I am trying to update some libraries:
I need to update this because errors happens with another library:
and this because some compatibility with
outwatch
:but I am getting some errors when I do it.
this seems because jump from
1.0.0
to2.0.0
onscalajs-dom
.Any idea, please