Disable preview for now to avoid crashing the server

This commit is contained in:
Benoit Dion 2019-02-23 15:04:22 -05:00
parent 02546c008d
commit 75c2588b4f

View File

@ -38,7 +38,8 @@ export default class ReactProvider extends Provider {
}
renderPreview(state, api) {
if (state.storiesHash[state.storyId]) {
// FIXME: getPreview not implemented?
if (state.storiesHash[state.storyId] && addons.getPreview) {
const { kind, story } = state.storiesHash[state.storyId];
this.selection = { kind, story };