Skip to content

Commit

Permalink
馃悰 bug(vue): fixed lifecycle twice executing
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Oct 6, 2017
1 parent 45670d4 commit f450809
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 f450809

Please sign in to comment.