-
Notifications
You must be signed in to change notification settings - Fork 73
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
Missing title
TypeScript type
#221
Comments
@grempe I personally do not use TypeScript, would appreciate a PR 🙂 |
Actually, this shows an issue https://github.com/rosskhanas/react-qr-code/blob/master/src/components/QRCodeSurface/index.native.js While the web component, |
Repo appears to be a bit broken where Also, example should be a totally separate. (Importing QRCode from It might be that this repo needs tests to avoid further regression. |
@rosskhanas any fixes for the |
In the README, where the API is described, it indicates that a
title
property (string) will be accepted.However, trying to specify that in a Next.js TypeScript project shows an error:
The interface defined here doesn't specify title.
https://github.com/rosskhanas/react-qr-code/blob/master/types/index.d.ts
The text was updated successfully, but these errors were encountered: