You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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';
The text was updated successfully, but these errors were encountered:
Looks like it's not fixed or broken back in 0.7.1 (fixed here)
same error reproduces in React/Remix on import
fixing with fix_quiz.d.ts
declare module 'react-quiz-component';
The text was updated successfully, but these errors were encountered: