Just cloned the project, ran npm i && npm run rollup
(!) Plugin typescript: @rollup/plugin-typescript TS4023: Exported variable 'LoggedOut' has or is using name 'PageProps' from external module "/Users/maximelechevallier/Documents/MyProjects/template-react-component-library/src/stories/Page" but cannot be named.
src/stories/Page.stories.tsx: (20:14)
20 export const LoggedOut = Template.bind({});
Just cloned the project, ran
npm i && npm run rollup