System Information
- Strapi Version: 4.4.1
- Operating System: macOS
- Database: Postgres
- Node Version: v16.17.1
- NPM Version: v8.15.0
- Yarn Version: 1.22.19
On vscode when importing for example these components:
import { BaseHeaderLayout, ContentLayout, HeaderLayout } from '@strapi/design-system/Layout';
it’s not found and vscode is yelling about it saying
Module '"@strapi/design-system/Layout"' has no exported member 'HeaderLayout'
And it’s happening for each component from this module.
Anyone having the same issue ?