From dd268124cc9eaa2541c7346bc3818722c4216e80 Mon Sep 17 00:00:00 2001
From: John Prem Kumar S <36818969+JohnPremKumar@users.noreply.github.com>
Date: Tue, 14 Nov 2023 17:04:15 +0530
Subject: [PATCH] Pass the missing props for Spinner component
As the `growing` props is missing in the bootstrap starter template `Spinner` component it is causing the issue in production build while testing after adding the bootstrap.
---
.../features/bootstrap/src/routes/bootstrap/spinners/index.tsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/starters/features/bootstrap/src/routes/bootstrap/spinners/index.tsx b/starters/features/bootstrap/src/routes/bootstrap/spinners/index.tsx
index ef14c70c2dd..4b273b16589 100644
--- a/starters/features/bootstrap/src/routes/bootstrap/spinners/index.tsx
+++ b/starters/features/bootstrap/src/routes/bootstrap/spinners/index.tsx
@@ -14,6 +14,7 @@ export default component$(() => {
>