Skip to content

Commit

Permalink
Merge pull request #1983 from kazupon/fixes/issue-1742
Browse files Browse the repository at this point in the history
Fixed lifecycle twice executing (close #1742)
  • Loading branch information
kazupon committed Oct 11, 2017
2 parents dde82cf + baddc70 commit b61c3df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/vue/src/client/preview/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ export function renderMain(data, storyStore) {
// https://github.com/storybooks/react-storybook/issues/81
previousKind = selectedKind;
previousStory = selectedStory;
} else {
return;
}

const context = {
Expand Down

0 comments on commit b61c3df

Please sign in to comment.