Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am facing problem while using the library in React/typescript app I also run the npm command but problem is still there #75

Closed
AneesDevZone opened this issue Apr 3, 2022 · 2 comments

Comments

@AneesDevZone
Copy link

Could not find a declaration file for module 'react-quiz-component'. '/Users/anees/Documents/coding/eu_drive_fe/node_modules/react-quiz-component/lib/Quiz.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';

@sajumani
Copy link

sajumani commented Sep 23, 2022

Am also facing issue with TypeScript But i added declare module 'react-quiz-component'; to our anything.d.ts

After that it working

Finally getting this error

Uncaught TypeError: (0 , _marked.default) is not a function
    at rawMarkup

@wingkwong
Copy link
Owner

fixed in 0.5.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants