File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
crates/biome_js_analyze/tests/specs/nursery/useInlineScriptId Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export default function Page() {
1919` ` `
2020invalid-01.jsx:6:5 lint/nursery/useInlineScriptId ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
2121
22- ! next/script components with inline content or ` dangerouslySetInnerHTML ` must specify id attribute.
22+ × next/script components with inline content or ` dangerouslySetInnerHTML ` must specify id attribute.
2323
2424 4 │ export default function Page() {
2525 5 │ return (
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export default function Page() {
1919` ` `
2020invalid-02.jsx:6:5 lint/nursery/useInlineScriptId ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
2121
22- ! next/script components with inline content or ` dangerouslySetInnerHTML ` must specify id attribute.
22+ × next/script components with inline content or ` dangerouslySetInnerHTML ` must specify id attribute.
2323
2424 4 │ export default function Page() {
2525 5 │ return (
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export default function Page() {
2020` ` `
2121invalid-03.jsx:7:5 lint/nursery/useInlineScriptId ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
2222
23- ! next/script components with inline content or ` dangerouslySetInnerHTML ` must specify id attribute.
23+ × next/script components with inline content or ` dangerouslySetInnerHTML ` must specify id attribute.
2424
2525 5 │ const props = { strategy : " beforeInteractive" } ;
2626 6 │ return (
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export default function Page() {
1919` ` `
2020invalid-04.jsx:6:5 lint/nursery/useInlineScriptId ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
2121
22- ! next/script components with inline content or ` dangerouslySetInnerHTML ` must specify id attribute.
22+ × next/script components with inline content or ` dangerouslySetInnerHTML ` must specify id attribute.
2323
2424 4 │ export default function Page() {
2525 5 │ return (
You can’t perform that action at this time.
0 commit comments