yarastqt / storybook-addons

Collect unofficial addons for storybook.
https://storybook-addons.now.sh
8 stars 1 forks source link

@storybook-addons/docs: Copy button copy only first line #100

Closed yarastqt closed 4 years ago

yarastqt commented 4 years ago

Example code:

import React from 'react'
import { Button } from '...'

export const App = () => (
  <Button view="default" size="m">
    Button
  </Button>
)

After click copy, clipboard has only first line of code.

yarastqt commented 4 years ago

Cannot reproduce.