diff --git a/documentation-site/examples/input/enhancers.tsx b/documentation-site/examples/input/enhancers.tsx
index 0fdd03d804..cac12eaf92 100644
--- a/documentation-site/examples/input/enhancers.tsx
+++ b/documentation-site/examples/input/enhancers.tsx
@@ -16,7 +16,7 @@ export default function Example() {
/>
}
+ endEnhancer={
}
placeholder="Input with an icon enhancer"
/>
diff --git a/documentation-site/examples/list/enhancers.tsx b/documentation-site/examples/list/enhancers.tsx
index 6fb3f7faf7..decd2b7c47 100644
--- a/documentation-site/examples/list/enhancers.tsx
+++ b/documentation-site/examples/list/enhancers.tsx
@@ -40,7 +40,7 @@ export default function Example() {
Label
-
}>
+ }>
Label
diff --git a/documentation-site/examples/list/menu-adapter.tsx b/documentation-site/examples/list/menu-adapter.tsx
index 1d2f067095..228428a1eb 100644
--- a/documentation-site/examples/list/menu-adapter.tsx
+++ b/documentation-site/examples/list/menu-adapter.tsx
@@ -32,7 +32,7 @@ export default function Example() {
ref={ref}
artwork={props.item.icon}
artworkSize={ARTWORK_SIZES.LARGE}
- endEnhancer={() => }
+ endEnhancer={() => }
>
{props.item.title}
diff --git a/documentation-site/examples/list/sublist.tsx b/documentation-site/examples/list/sublist.tsx
index bb453e0ba3..41b3c446f7 100644
--- a/documentation-site/examples/list/sublist.tsx
+++ b/documentation-site/examples/list/sublist.tsx
@@ -20,13 +20,17 @@ export default function Example() {
Label Two
-
} sublist>
+ }
+ sublist
+ >
Label Three
}
+ endEnhancer={() => }
sublist
>
Label Four
@@ -35,7 +39,7 @@ export default function Example() {
artwork={Search}
// Medium is aliased to Small when sublist
artworkSize={ARTWORK_SIZES.MEDIUM}
- endEnhancer={() => }
+ endEnhancer={() => }
sublist
>
Label Five
diff --git a/documentation-site/examples/list/tap-target.tsx b/documentation-site/examples/list/tap-target.tsx
index 508f24abdb..55252b0b20 100644
--- a/documentation-site/examples/list/tap-target.tsx
+++ b/documentation-site/examples/list/tap-target.tsx
@@ -17,7 +17,7 @@ export default function Example() {
onClick={() => console.log("click")}
artwork={Check}
artworkSize={ARTWORK_SIZES.MEDIUM}
- endEnhancer={() => }
+ endEnhancer={() => }
>
Label
diff --git a/documentation-site/examples/snackbar/action-button-usage.tsx b/documentation-site/examples/snackbar/action-button-usage.tsx
index 029ec7f048..ea15cad410 100644
--- a/documentation-site/examples/snackbar/action-button-usage.tsx
+++ b/documentation-site/examples/snackbar/action-button-usage.tsx
@@ -23,7 +23,7 @@ export default function ActionButtonUsage() {
}
+ startEnhancer={({size}) => }
message="The address was removed from your saved places"
actionMessage="Undo"
actionOnClick={() => {
@@ -35,7 +35,7 @@ export default function ActionButtonUsage() {
}
+ startEnhancer={({size}) => }
message="The address was added to your saved places"
actionMessage="See list"
actionOnClick={() => {
@@ -47,7 +47,7 @@ export default function ActionButtonUsage() {
}
+ startEnhancer={({size}) => }
message="Your address wasn't added"
actionMessage="Try again"
actionOnClick={() => {
diff --git a/documentation-site/examples/table/pagination.tsx b/documentation-site/examples/table/pagination.tsx
index de008e366f..ee6a223624 100644
--- a/documentation-site/examples/table/pagination.tsx
+++ b/documentation-site/examples/table/pagination.tsx
@@ -101,7 +101,10 @@ function PaginatedTable(props: { data: any[]; columns: any[] }) {
)}
placement={PLACEMENT.bottom}
>
-