From 3db38b3c44b763d2d5abfce1fd42e1525256d1a9 Mon Sep 17 00:00:00 2001 From: Connor Lanigan Date: Thu, 20 Jul 2023 10:30:20 +0000 Subject: [PATCH] Break the build intentionally for testing --- src/wizard/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wizard/index.tsx b/src/wizard/index.tsx index ed8e31bea4..0dc4a49afd 100644 --- a/src/wizard/index.tsx +++ b/src/wizard/index.tsx @@ -14,6 +14,8 @@ function Wizard({ isLoadingNextStep = false, allowSkipTo = false, ...props }: Wi const baseComponentProps = useBaseComponent('Wizard'); const externalProps = getExternalProps(props); + thisShouldBreakTheBuildForTesting(); + return (