knights icon indicating copy to clipboard operation
knights copied to clipboard

Storybook導入

Open Lenqth opened this issue 6 years ago • 1 comments

#60

  • [ ] 実際のコンポーネントごとのテストページを作る
    • [x] ノード
    • [ ] 矢印
  • [x] Propをいじれるようにする

Lenqth avatar Feb 11 '20 15:02 Lenqth

import React from 'react';しなかったら 'React' must be in scope when using JSXeslint(react/react-in-jsx-scope) したらunusedでts(6133)エラーになるんだけど、どうすればいいんだ…

☞ *.storiex.tsxではreact/react-in-jsx-scopeを無効にした

Lenqth avatar Feb 11 '20 15:02 Lenqth