RootThe Filenest.Root component must wrap all other Filenest components. Usage export const FileBrowser = () => { const Filenest = createFilenestComponents({ ... }) return ( <Filenest.Root> {/* The rest of your components */} </Filenest.Root> ) }Edit on GitHub