Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: build import errors re. some sort of CSS components? #8239

Open
natevw opened this issue Mar 14, 2023 · 2 comments
Open

[BUG]: build import errors re. some sort of CSS components? #8239

natevw opened this issue Mar 14, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@natevw
Copy link
Contributor

natevw commented Mar 14, 2023

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').
@natevw natevw added the bug Something isn't working label Mar 14, 2023
@natevw
Copy link
Contributor Author

natevw commented Mar 14, 2023

@burgertime-c4 Assigning 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.

@crystalshay2es
Copy link

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').

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants