-
Notifications
You must be signed in to change notification settings - Fork 371
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
TypeError: Cannot read properties of undefined (reading 'match') #2320
Comments
I found a few problems with this issue:
|
Thank you @rishabhAjay for filing this issue. Looks like a typo. Let's discuss on #2321 |
Hello @lahirumaramba, Environment
|
Yeah. Just checked it by downloading the latest version of the package. That line of code apparently still persists. However, I was able to fix it by changing the paths in the |
Thank you for quick reply @rishabhAjay. Yes, you are right. We do not need to scan the whole project for swagger. |
Environment
The Error:
After I upgraded firebase-admin to the latest version, this error popped up:
I am using swagger-jsdoc(v6.2.5)
Steps to reproduce:
I did some digging by console logging the incoming input from where the error was thrown:
There is a "." after the
@constructor
YAML definition. Was this intended? I removed this dot and reran the application. The error did not resurface after this change.Relevant Code:
Screenshots of the path and code in the package:
The text was updated successfully, but these errors were encountered: