jasonslyvia / react-marquee

A <marquee> component for React
81 stars 33 forks source link

Cannot import in typescript component #13

Open NguyenTatNhac opened 6 years ago

NguyenTatNhac commented 6 years ago

When I import react-marquee to my project, I get this error message and it doesn't work. error

jasonslyvia commented 6 years ago

you should either use import * as Marquee from 'react-marquee'; or add "esModuleInterop": true to your tsconfig.json since react-marquee has a CommonJS style export (ie. module.exports = XXX).

KingPengZero commented 4 years ago

image

KingPengZero commented 4 years ago

image