d3/d3-array

jest failed when upgrade d3-array to the latest version

visiky opened this issue · 2 comments

I fix this error by specify version to 2.12.1, such as:

 "resolutions": {
    "d3-array": "2.12.1"
  }