tslib icon indicating copy to clipboard operation
tslib copied to clipboard

export '__spreadArray' (imported as '__spreadArray') was not found in 'tslib'

Open siddharthvp opened this issue 3 years ago • 3 comments

Getting this error on a project with:

  • tslib 2.2.0
  • typescript 4.2.4
  • ts-loader 8.1.0

The error goes away on pinning the versions which I was using earlier: tslib 2.0.3, typescript 4.1.2, ts-loader 8.0.13

siddharthvp avatar Apr 17 '21 16:04 siddharthvp

Facing the same issue with different Versions "TypeError: tslib_1.__spreadArray is not a function" Version: 2.3.0 is okay but 2.3.1 gives the error

Kr0san89 avatar Sep 16 '21 04:09 Kr0san89

Same for me

vincent-thomas avatar Apr 29 '22 17:04 vincent-thomas

+1 Seeing this with tslib@npm:2.5.0 (via the @ant-design/charts package)

rwilliams3088 avatar Aug 15 '23 03:08 rwilliams3088