+
+ Without replayKey
+
+
+ With replayKey
+
+
+
+
+ {count}
+
+
+
+
+ {count}
+
+
+
+
+
+
+
+ );
+};
+
+CreateMotionComponentReplayKey.parameters = {
+ docs: { description: { story: description } },
+};
diff --git a/packages/react-components/react-motion/stories/src/CreateMotionComponent/index.stories.ts b/packages/react-components/react-motion/stories/src/CreateMotionComponent/index.stories.ts
index 62a08e6a44565f..4d837fafffcdae 100644
--- a/packages/react-components/react-motion/stories/src/CreateMotionComponent/index.stories.ts
+++ b/packages/react-components/react-motion/stories/src/CreateMotionComponent/index.stories.ts
@@ -14,6 +14,7 @@ export { CreateMotionComponentLifecycleCallbacks as LifecycleCallbacks } from '.
export { CreateMotionComponentArrays as arrays } from './CreateMotionComponentArrays.stories';
export { CreateMotionComponentFunctions as functions } from './CreateMotionComponentFunctions.stories';
export { CreateMotionComponentFunctionParams as functionParams } from './CreateMotionComponentFunctionParams.stories';
+export { CreateMotionComponentReplayKey as replayKey } from './CreateMotionComponentReplayKey.stories';
export default {
title: 'Motion/APIs/createMotionComponent',