code-423n4 / code-423n4/code423n4.com
[BUG]: build import errors re. some sort of CSS components?
Open
@burgertime-c4 is already working on this.
Since Mar 14, 2023.
bug
- Dominant language
- JavaScript
- Stars
- 179
- Forks
- 173
- PR merge metrics
- No merged PRs in 30d
Description
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').
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.