tiny-slider icon indicating copy to clipboard operation
tiny-slider copied to clipboard

Fixed Duplicate identifier 'preventScrollOnTouch'

Open asanzred opened this issue 2 years ago • 1 comments

Fixed last version error:

` Error: node_modules/tiny-slider/src/tiny-slider.d.ts:243:5 - error TS2300: Duplicate identifier 'preventScrollOnTouch'.

243 preventScrollOnTouch?: "auto" | "force" | false; ~~~~~~~~~~~~~~~~~~~~

Error: node_modules/tiny-slider/src/tiny-slider.d.ts:260:5 - error TS2300: Duplicate identifier 'preventScrollOnTouch'.

260 preventScrollOnTouch?: "auto" | "force" | false; ~~~~~~~~~~~~~~~~~~~~

`

asanzred avatar Jun 21 '22 18:06 asanzred

@asanzred I'm afraid you will need to remove the edits made on package.json if you want this to be merged

phaberest avatar Aug 23 '22 16:08 phaberest