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

Constructor not accept Groups #16

Closed
daraujo-liberson opened this issue Aug 16, 2022 · 0 comments
Closed

Constructor not accept Groups #16

daraujo-liberson opened this issue Aug 16, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@daraujo-liberson
Copy link

In Version: 3.1.0

The typescript constructor does not support groups as shown in the documentation. https://kelseykm.github.io/vcard4/documentation/vcard

Error:

Type 'Group' is not assignable to type 'SourceProperty | KindProperty | XMLProperty | FNProperty | NProperty | NicknameProperty | ... 37 more ... | ExtendedProperty'.
Type 'Group' is missing the following properties from type 'ExtendedProperty': params, paramsXML, paramsJSON, value, and 2 more.ts(2322)

@kelseykm kelseykm added the bug Something isn't working label Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants