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

fix: personal-cards-typeerror o.complete #3192

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Madhusudan092001
Copy link
Contributor

Clickup

app.clickup.com

Code Coverage

TypeError
o.complete is not a function. (In 'o.complete()', 'o.complete' is undefined)
Here we can solve it by applying optional chaining to the complete method also
Like: event?.target?.complete?.();

UI Preview

Please add screenshots for UI changes

Copy link

Unit Test Coverage % values
Statements 95.87% ( 19105 / 19928 )
Branches 91.18% ( 10480 / 11493 )
Functions 94.27% ( 5714 / 6061 )
Lines 95.9% ( 18237 / 19016 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS Extra Small PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants