From cd3c8a1420bfebf976439ddee6493362ebb240c2 Mon Sep 17 00:00:00 2001 From: Julien Barbay Date: Thu, 17 Sep 2020 14:08:23 +0700 Subject: [PATCH] changed storybook event to avoid flush action when control updates --- addons/actions/src/containers/ActionLogger/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/actions/src/containers/ActionLogger/index.tsx b/addons/actions/src/containers/ActionLogger/index.tsx index 4caa1b54b35..2de6c68f9ad 100644 --- a/addons/actions/src/containers/ActionLogger/index.tsx +++ b/addons/actions/src/containers/ActionLogger/index.tsx @@ -2,7 +2,7 @@ import React, { Component } from 'react'; import deepEqual from 'fast-deep-equal'; import { API } from '@storybook/api'; -import { STORY_RENDERED } from '@storybook/core-events'; +import { STORY_CHANGED } from '@storybook/core-events'; import { ActionLogger as ActionLoggerComponent } from '../../components/ActionLogger'; import { EVENT_ID } from '../..'; @@ -39,14 +39,14 @@ export default class ActionLogger extends Component