You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few scenarios where you want to avoid string literals in JSX. You may want to enforce consistency, reduce syntax highlighting issues, or ensure that strings are part of a translation system.
Example - The not-preferred way :
varHello=<div>test</div>
Occurrences
There are 2 occurrences of this issue in the repository.
Description
There are a few scenarios where you want to avoid string literals in JSX. You may want to enforce consistency, reduce syntax highlighting issues, or ensure that strings are part of a translation system.
Example - The not-preferred way :
Occurrences
There are 2 occurrences of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/sylvanaar/flipper-plugin-bridgespy/issue/JS-0420/occurrences/
The text was updated successfully, but these errors were encountered: