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

Optional chaining operators are unsafe #1083

Closed
cewert opened this issue Mar 5, 2023 · 0 comments · Fixed by #1085
Closed

Optional chaining operators are unsafe #1083

cewert opened this issue Mar 5, 2023 · 0 comments · Fixed by #1085
Labels
bug Something isn't working

Comments

@cewert
Copy link
Member

cewert commented Mar 5, 2023

We shouldn't be using them because they have the potential to cause bugs and are considered unsafe.

Remove all use of Optional chaining operators in existing code

  • Search code for ?. + ?[ + ?( + ?@
@cewert cewert added the bug Something isn't working label Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant