From b8a52303b3f18e1cdb542740567eb06b8dbe639d Mon Sep 17 00:00:00 2001 From: justin Date: Sat, 30 May 2026 15:38:04 -0500 Subject: [PATCH] DOT intake: use is:inline script to avoid hoisted bundle crash FCC step scripts crash on DOT pages due to missing elements. By using is:inline, DOT intake script runs independently, not in the hoisted bundle. Stripped TypeScript annotations for plain JS compat. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../intake/steps/DOTIntakeStep.astro | 56 +++++++++---------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/site/src/components/intake/steps/DOTIntakeStep.astro b/site/src/components/intake/steps/DOTIntakeStep.astro index 3e617ff..dd1f71d 100644 --- a/site/src/components/intake/steps/DOTIntakeStep.astro +++ b/site/src/components/intake/steps/DOTIntakeStep.astro @@ -251,14 +251,14 @@ @media (max-width: 640px) { .pw-row-2, .pw-row-3 { grid-template-columns: 1fr; } .pw-cargo-grid { grid-template-columns: 1fr 1fr; } } -