You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed these errors (or warnings?) appearing in the build log recently:
warning ./src/pages/newsletter-signup.js
12:03:50 PM: Attempted import error: 'Form__Form' is not exported from '../styles/Main.module.scss' (imported as 'styles').
12:03:50 PM: warning ./src/pages/newsletter-signup.js
12:03:50 PM: Attempted import error: 'Widget__Container' is not exported from '../styles/Main.module.scss' (imported as 'styles').
12:03:50 PM: warning ./src/pages/newsletter-signup.js
12:03:50 PM: Attempted import error: 'Widget__Label' is not exported from '../styles/Main.module.scss' (imported as 'styles').
12:03:50 PM: warning ./src/pages/newsletter-signup.js
12:03:50 PM: Attempted import error: 'Input__Control' is not exported from '../styles/Main.module.scss' (imported as 'styles').
12:03:50 PM: warning ./src/pages/newsletter-signup.js
12:03:50 PM: Attempted import error: 'Input__Text' is not exported from '../styles/Main.module.scss' (imported as 'styles').
12:03:50 PM: warning ./src/pages/manage-team.tsx
12:03:50 PM: Attempted import error: 'Form__Form' is not exported from '../styles/Main.module.scss' (imported as 'styles').
The text was updated successfully, but these errors were encountered:
@burgertime-c4Assigning you because I suspect this is in your wheelhouse, but I'm putting it only on the backlog board since I've got no idea what the priority here is. Feel free to triage if you know you want to tackle sooner, or vice versa.
Noticed these errors (or warnings?) appearing in the build log recently:
warning ./src/pages/newsletter-signup.js
12:03:50 PM: Attempted import error: 'Form__Form' is not exported from '../styles/Main.module.scss' (imported as 'styles').
12:03:50 PM: warning ./src/pages/newsletter-signup.js
12:03:50 PM: Attempted import error: 'Widget__Container' is not exported from '../styles/Main.module.scss' (imported as 'styles').
12:03:50 PM: warning ./src/pages/newsletter-signup.js
12:03:50 PM: Attempted import error: 'Widget__Label' is not exported from '../styles/Main.module.scss' (imported as 'styles').
12:03:50 PM: warning ./src/pages/newsletter-signup.js
12:03:50 PM: Attempted import error: 'Input__Control' is not exported from '../styles/Main.module.scss' (imported as 'styles').
12:03:50 PM: warning ./src/pages/newsletter-signup.js
12:03:50 PM: Attempted import error: 'Input__Text' is not exported from '../styles/Main.module.scss' (imported as 'styles').
12:03:50 PM: warning ./src/pages/manage-team.tsx
12:03:50 PM: Attempted import error: 'Form__Form' is not exported from '../styles/Main.module.scss' (imported as 'styles').
Noticed these errors (or warnings?) appearing in the build log recently:
The text was updated successfully, but these errors were encountered: