Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 796 Bytes

development.md

File metadata and controls

31 lines (19 loc) · 796 Bytes

Config

Typings

Ignore typescript check for storybook build

Storybook uses CRA's config for compilation. Without CRA, typescript check can be skipped with config:

typescript: {
  check: false,
}

With CRA it's more complicated.

css prop type

For type information related to css prop types (see: issue-comment for more), tsconfig has setting:

  "jsxImportSource": "@emotion/react",

Packages

@headlressui/react

We are using incsider (master) version of headlessui/react, for the by property on Combobox. Without by, selected item logic was difficult to achieve.

Be careful about updating this package.