DesignSystemsOSS / eccentrictouch

Modern. Scalable design support
https://eccentrictouch.thedesignsystems.com/
MIT License
38 stars 40 forks source link

(JS-0125) Found the usage of undeclared variables #182

Closed yashsehgal closed 3 years ago

yashsehgal commented 3 years ago

Description

Variable that are not defined but they are being used in the code. This would give a potential errors that may break the code. It might have happen due to mistype of the variable name. <!--more--> Potential ReferenceErrors may result from misspellings of variable and parameter names, or accidental implicit …

Occurrences

There are 12 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/DesignSystemsOSS/eccentrictouch/issue/JS-0125/occurrences/

github-actions[bot] commented 3 years ago

👋 @yashsehgal Thank you for raising an issue. We will will investigate into the matter and get back to you as soon as possible. The DesignSystems website: https://designsystemsoss.github.io/community Please make sure you have given us as much context as possible.

ItsMeIshan commented 3 years ago

hey, @yashsehgal I wanna know that is this issue same as for issue #151 ? and can I work on this issue?

yashsehgal commented 3 years ago

hey, @yashsehgal I wanna know that is this issue same as for issue #151 ? and can I work on this issue?

Yes @ItsMeIshan It's the same as #151 as it's an auto-generated issue. And, Sure! You can get started with this.

ItsMeIshan commented 3 years ago

sure! @yashsehgal

yashsehgal commented 3 years ago

This issue has been resolved :)