Skip to content

Commit

Permalink
fixed argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
Gongreg committed Feb 25, 2020
1 parent 7ab75be commit 3f3a80d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/react-native/src/preview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ export default class Preview {
this._addons = {};
this._decorators = [];
this._stories = new StoryStore({ channel: null });
this._clientApi = new ClientApi({ storyStore: this._stories, disableAddStoryHotReload: true });
this._clientApi = new ClientApi({
storyStore: this._stories,
noStoryModuleAddMethodHotDispose: true,
});
}

api = () => {
Expand Down

0 comments on commit 3f3a80d

Please sign in to comment.