No successful run was found on main (0f7171a) during the generation of this report, so 382786b was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
Benchmarks
Skipped (97)
These benchmarks were skipped, so their baseline results are used instead. If they were deleted in your codebase, archive them to remove them from the performance reports. Learn more about archiving benchmarks
fix(linter): prevent useConsistentCurlyBraces from producing invalid JSX
Add '{', '<', and '&' to FORBIDDEN_CHARS to prevent the rule from suggesting
to remove curly braces from strings containing characters that cannot appear
unescaped in JSX text, which would produce invalid or semantically different JSX.
Fixes #8011