You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add makeLiveEditStory to replace createLiveEditStory. createLiveEditStory is still available but deprecated. Storybook adds some features during the build by reading the story object. This means addons should not change the way a story is defined. In order to keep the interface simple, makeLiveEditStory does not create the story object. It takes an already defined story object and modifies it. (613261c)