We have been using SonarCloud for the past 5–6 months across our projects, and overall the experience has been positive and helpful in maintaining code quality.
However, we are currently facing an issue with some of the scan results. SonarCloud is reporting issues for a few random JSX files, specifically showing warnings such as “Unknown property ‘n ClassNa’ found”, even though the code is written correctly and fully complies with standard JSX/React syntax.
After reviewing the flagged files in detail, we confirmed that:
-
The JSX code is valid and follows React best practices
-
The reported properties do not actually exist in the source code
-
The issue appears inconsistently and only affects certain files during scans
This leads us to believe that these findings may be false positives, potentially related to the JSX parser, rule configuration, or analyzer behavior during the scan.
Since these incorrect issues are affecting our quality reports and creating unnecessary noise in the analysis, we kindly request your support in investigating and resolving this scan-related anomaly.
