--- source: crates/biome_js_analyze/tests/spec_tests.rs expression: issue_3668.jsx --- # Input ```jsx // should not trigger function Component2() { const str = 'str'; return (<>{str}); } const obj = { element: <>test }; ```