-
+
Event Log
diff --git a/docs/src/examples/components/Portal/Types/PortalExample.tsx b/docs/src/examples/components/Portal/Types/PortalExample.tsx
index f72eb62eeb..d91380951c 100644
--- a/docs/src/examples/components/Portal/Types/PortalExample.tsx
+++ b/docs/src/examples/components/Portal/Types/PortalExample.tsx
@@ -39,7 +39,7 @@ class PortalExamplePortal extends React.Component {
-
+
Event Log
diff --git a/docs/src/examples/components/Portal/Types/PortalExampleControlled.shorthand.tsx b/docs/src/examples/components/Portal/Types/PortalExampleControlled.shorthand.tsx
index d9c696a3ff..35c40c27cf 100644
--- a/docs/src/examples/components/Portal/Types/PortalExampleControlled.shorthand.tsx
+++ b/docs/src/examples/components/Portal/Types/PortalExampleControlled.shorthand.tsx
@@ -28,7 +28,7 @@ class PortalExampleControlled extends React.Component {
-
+
Event Log
diff --git a/docs/src/examples/components/Portal/Types/PortalExampleControlled.tsx b/docs/src/examples/components/Portal/Types/PortalExampleControlled.tsx
index f3074de92f..6e41a70447 100644
--- a/docs/src/examples/components/Portal/Types/PortalExampleControlled.tsx
+++ b/docs/src/examples/components/Portal/Types/PortalExampleControlled.tsx
@@ -28,7 +28,7 @@ class PortalExampleControlled extends React.Component {
-
+
Event Log
diff --git a/docs/src/examples/components/Portal/Types/PortalExampleFocusTrapped.shorthand.tsx b/docs/src/examples/components/Portal/Types/PortalExampleFocusTrapped.shorthand.tsx
index f1620d44f8..7727851529 100644
--- a/docs/src/examples/components/Portal/Types/PortalExampleFocusTrapped.shorthand.tsx
+++ b/docs/src/examples/components/Portal/Types/PortalExampleFocusTrapped.shorthand.tsx
@@ -64,8 +64,8 @@ class PortalExampleFocusTrapped extends React.Component {
Portal doesn't close on outside click. See passed focus trap props.
To close, simply click the close button
-
-
+
+
}
/>
diff --git a/docs/src/examples/components/Portal/Types/PortalExampleFocusTrapped.tsx b/docs/src/examples/components/Portal/Types/PortalExampleFocusTrapped.tsx
index d940a37deb..83f51c479b 100644
--- a/docs/src/examples/components/Portal/Types/PortalExampleFocusTrapped.tsx
+++ b/docs/src/examples/components/Portal/Types/PortalExampleFocusTrapped.tsx
@@ -62,8 +62,8 @@ class PortalExamplePortal extends React.Component {
This portal traps focus on appearance
Portal doesn't close on outside click. See passed focus trap props.
To close, simply click the close button
-
-
+
+
diff --git a/docs/src/prototypes/AsyncShorthand/AsyncShorthand.tsx b/docs/src/prototypes/AsyncShorthand/AsyncShorthand.tsx
index e100ed3524..9e10ede7fe 100644
--- a/docs/src/prototypes/AsyncShorthand/AsyncShorthand.tsx
+++ b/docs/src/prototypes/AsyncShorthand/AsyncShorthand.tsx
@@ -95,8 +95,7 @@ class CustomChatMessage extends React.Component {
{ key: 'a', icon: 'thumbs up' },
{ key: 'b', icon: 'user' },
{ key: 'c', icon: 'ellipsis horizontal' },
- ]}
- renderItem={this.renderMenuItem}
+ ].map(item => render => render(item, this.renderMenuItem))}
/>
}
diff --git a/docs/src/prototypes/IconViewer/index.tsx b/docs/src/prototypes/IconViewer/index.tsx
index 767fb2415f..cbfd305a1e 100644
--- a/docs/src/prototypes/IconViewer/index.tsx
+++ b/docs/src/prototypes/IconViewer/index.tsx
@@ -62,7 +62,7 @@ class IconViewerExample extends React.Component