-
Notifications
You must be signed in to change notification settings - Fork 46
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
[TypeScript] Module '"disqus-react"' has no exported member 'Recommendations' ts(2614) #104
Comments
lucascaton
changed the title
[TypeScript] Module '"disqus-react"' has no exported member 'Recommendations'
[TypeScript] Module '"disqus-react"' has no exported member 'Recommendations' ts(2614)
Jun 18, 2021
@lucascaton Thanks for the report! |
5 tasks
@lucascaton I put up #105 to resolve this issue, but it would be great if you could take a look since I'm admittedly not very familiar with Typescript. |
Just tested, all good @tterb. Thanks! 😃 |
This was referenced Sep 7, 2024
This was referenced Sep 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recommendations
component was introduced in PR #94 (which is great!) but it doesn't seem to have type definitions (like other components do).To Reproduce
Import the component:
And this TypeScript error is displayed:
Specifications:
The text was updated successfully, but these errors were encountered: