On Fri, Apr 24, 2020 at 11:15 PM Vassilis Virvilis <[email protected]> wrote: > I updated to Elemental 2.27 from 2.25 and > a) Element has no children property
I haven't got an IDE handy but that is what I would expect. IIRC Element extends Node and Node has a read only attribute childNodes ... at least according to the spec WebIDL AFAIK. I would have to investigate the closure externs to figure out why it used to have a children property. > b) it depends on jsinterop-annotations-1.0.2.jar but > jsinterop-annotations-2.8.2-v20191108.jar exists. Is > jsinterop-annotations-2.8.2-v20191108.jar a J2CL thing? 1.0.2 is released by google so I just preferred the use of that as I expect other libraries would depend on this jar and having a shared coordinate reduces the likelihood of ending up with two copies of it in the project class path -- Cheers, Peter Donald -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/CACiKNc6famF88h-Vsjqdta%2BQ4GgtvqUJm1kLBPtxUkyeGhLyLA%40mail.gmail.com.
