diff --git a/addons/interactions/src/components/InteractionsPanel.tsx b/addons/interactions/src/components/InteractionsPanel.tsx index 87366a975bd9..dee82be36ef4 100644 --- a/addons/interactions/src/components/InteractionsPanel.tsx +++ b/addons/interactions/src/components/InteractionsPanel.tsx @@ -133,7 +133,7 @@ export const InteractionsPanel: React.FC = React.memo( This story threw an error after it finished rendering which means your interactions couldn't be run. Go to this story's play function in {fileName} to fix. - + {caughtException.stack || `${caughtException.name}: ${caughtException.message}`}