Package: libjs-d3-tip Version: 0.7.1-5 Severity: important I have tried to use d3-tip.min.js for a website in another package, but it fails with the error: "Uncaught (in promise) TypeError: h.map is not a function". This comes from the index.js line "d3.map({ ...". Presumably d3 no longer ships a map function. In more recent versions of d3-tip (which is now archived), this has been resolved by importing "map" from d3-collections. So maybe the best way to fix this bug is to upgrade the package.
Best wishes, Julian