Skip to content

Commit

Permalink
FIX 8083 (#8163)
Browse files Browse the repository at this point in the history
FIX 8083
  • Loading branch information
ndelangen committed Sep 23, 2019
2 parents 64741ea + 893621b commit e2eb54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/addons/src/hooks.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { window } from 'global';
import window from 'global';
import { logger } from '@storybook/client-logger';
import { FORCE_RE_RENDER, STORY_RENDERED, DOCS_RENDERED } from '@storybook/core-events';
import addons, { StoryGetter, StoryContext } from './public_api';
Expand Down

1 comment on commit e2eb54b

@vercel
Copy link

@vercel vercel bot commented on e2eb54b Sep 23, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.