skip to Main Content

“Can’t import styles from module.scss in Reactjs?”

I'm only starting learning React and faced an issue while importing styles from './TodoOutput.module.scss': Error from TodoOutput.tsx: Cannot find module ./TodoOutput.module.scss or its corresponding type declarations.ts(2307) even though file TodoOutput.module.scss exists, and both scss and sass packages added into both…

VIEW QUESTION
Back To Top
Search