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.
For type information related to css prop types (see: issue-comment for more), tsconfig has setting:
"jsxImportSource": "@emotion/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.