Skip to content

Commit

Permalink
chore: Skip Loki-ing via story parameter
Browse files Browse the repository at this point in the history
The `lokiSkip` method is deprecated.

oblador/loki#228
  • Loading branch information
72636c committed Jul 14, 2020
1 parent 5edcd51 commit 5142389
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/stories/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ storiesOf('MdxProvider', module)
.add('Code', () => <Code />)
.add('Combination', () => <Combination />)
.add('Headings', () => <Headings />)
// @ts-ignore
.lokiSkip('ImagesExternal', () => <ImagesExternal />)
.add('ImagesExternal', () => <ImagesExternal />, { loki: { skip: true } })
.add('ImagesInternal', () => <ImagesInternal />)
.add('Inline', () => <Inline />)
.add('Lists', () => <Lists />)
Expand Down

0 comments on commit 5142389

Please sign in to comment.