You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most changes in the DOM facades belong to one of those, since it is often fixing types and adding members in classes/traits. They would be flagged as false positives.
After updating
2.3.0
->2.6.0
(as part of Laminar update) I got a compilation error in this piece of code:Option(ev.dataTransfer).exists(_.types.contains(format))
types
became aFrozenArray
and no longer has the.contains
method.So this is obviously not source-compatible (which is okay and expected), but is it binary compatible?
PR:
#763
Relevant change:
976316c#diff-bee8c85a4317c93e362f64be85e566c7583875855b80a078cc8dddc277700a72R78
The text was updated successfully, but these errors were encountered: