-
Notifications
You must be signed in to change notification settings - Fork 149
TypeError: Cannot read property 'name' of undefined for no-debug
#101
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
Comments
Hey Tobias, thanks for reporting the error. Sorry about this, I'll take a look a it this morning, should be easy to fix. Pretty awesome how much info you added to the issue :) |
You're welcome. I do some Open Source myself so I know how hard (also emotionally) it can be to get an issue with little to no context 😄. Thanks for the quick response. |
I found the issue: wildcard imports like |
@tdeekens fixed btw, just waiting for the PR to be approved. I'm checking meanwhile another rule that could be affected by the same issue! |
Wow, super fast. Thanks! |
* fix(no-debug): check namespaced imports * fix(prefer-wait-for): check namespaced imports Closes #101
🎉 This issue has been resolved in version 3.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Thanks bot. Thanks human :) |
@all-contributors please add @tdeekens for bug |
I've put up a pull request to add @tdeekens! 🎉 |
We adopted the react preset recently and are seeing failing builds on CI with the error
TypeError: Cannot read property 'name' of undefined
. Which seems to originate from this code:in no-debug.js on line 95.
We are also seeing the error on a GitHub Action build to inspect for you.
https://github.com/commercetools/merchant-center-application-kit/pull/1419/checks?check_run_id=544774992
The text was updated successfully, but these errors were encountered: