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

(JS-0052) Detected the use of alert, confirm and prompt #543

Closed
sasicodes opened this issue Jan 19, 2023 · 0 comments · Fixed by #612
Closed

(JS-0052) Detected the use of alert, confirm and prompt #543

sasicodes opened this issue Jan 19, 2023 · 0 comments · Fixed by #612

Comments

@sasicodes
Copy link
Member

Description

JavaScript's alert, confirm and prompt functions are widely considered to be obtrusive as UI elements and should be replaced by a more appropriate custom UI implementation. Furthermore, alert is often used while debugging code, which should be removed before deployment to production.

Occurrences

There are 2 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/lenstube-xyz/lenstube/issue/JS-0052/occurrences/

@sasicodes sasicodes linked a pull request Feb 13, 2023 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant