wingkwong / react-quiz-component

:orange_book: React Quiz Component
https://wingkwong.github.io/react-quiz-component/
MIT License
370 stars 142 forks source link

Error in import while using Reac/Remix app with TS #196

Open 127 opened 8 months ago

127 commented 8 months ago

Looks like it's not fixed or broken back in 0.7.1 (fixed here) same error reproduces in React/Remix on import

Could not find a declaration file for module 'react-quiz-component'. '/Users/user/dev/lt/proj/node_modules/react-quiz-component/dist/index.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/react-quiz-component` if it exists or add a new declaration (.d.ts) file containing `declare module 'react-quiz-component';`ts(7016)

fixing with fix_quiz.d.ts declare module 'react-quiz-component';