f424aa20db
* add `client-only` to mark everything as client components This should improve the error messages when using Headless UI in a Next.js 13+ repo instead of getting a cryptic error message that `createContext` doesn't exist. * update changelog
15 lines
573 B
TypeScript
15 lines
573 B
TypeScript
import 'client-only'
|
|
|
|
export * from './components/combobox/combobox'
|
|
export * from './components/dialog/dialog'
|
|
export * from './components/disclosure/disclosure'
|
|
export * from './components/focus-trap/focus-trap'
|
|
export * from './components/listbox/listbox'
|
|
export * from './components/menu/menu'
|
|
export * from './components/popover/popover'
|
|
export * from './components/portal/portal'
|
|
export * from './components/radio-group/radio-group'
|
|
export * from './components/switch/switch'
|
|
export * from './components/tabs/tabs'
|
|
export * from './components/transitions/transition'
|