Closed
Description
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 a FrozenArray
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
Metadata
Metadata
Assignees
Labels
No labels