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
Cannot read properties of undefined (reading 'container')
I am using css module
import React from 'react'
import styles from './_screen-loader.module.scss'
type ScreenLoaderProps = {
logo: string
app: string
}
Please use import * as styles from './_screen-loader.module.scss', named export used for CSS modules classes by default right now, please read migration guide before update to major release, thank you
Bug report
Cannot read properties of undefined (reading 'container')
I am using css module
import React from 'react'
import styles from './_screen-loader.module.scss'
type ScreenLoaderProps = {
logo: string
app: string
}
console.log(styles, 'styles') -> return undefine
export default ScreenLoader
Actual Behavior
style is undefined here after upgrading to latest css-loader and style-loader.
Expected Behavior
style should be applied to the div.
How Do We Reproduce?
this is my webpack.config.file
Please paste the results of
npx webpack-cli info
here, and mention other relevant informationSystem:
OS: macOS 14.4.1
CPU: (10) arm64 Apple M1 Pro
Memory: 321.64 MB / 16.00 GB
Binaries:
Node: 21.6.1 - /opt/homebrew/bin/node
Yarn: 1.22.21 - /opt/homebrew/bin/yarn
npm: 9.6.4 - /opt/homebrew/bin/npm
Browsers:
Brave Browser: 123.1.64.116
Chrome: 123.0.6312.107
Safari: 17.4.1
Packages:
babel-loader: ^9.1.3 => 9.1.3
clean-webpack-plugin: ^4.0.0-alpha.0 => 4.0.0
copy-webpack-plugin: ^12.0.2 => 12.0.2
css-loader: ^7.1.0 => 7.1.0
fork-ts-checker-webpack-plugin: ^9.0.2 => 9.0.2
html-webpack-plugin: ^5.6.0 => 5.6.0
optimize-css-assets-webpack-plugin: ^6.0.0 => 6.0.1
sass-loader: ^14.1.1 => 14.1.1
style-loader: ^4.0.0 => 4.0.0
webpack: ^5.90.3 => 5.91.0
webpack-cli: ^5.1.4 => 5.1.4
webpack-dev-server: ^5.0.2 => 5.0.4
webpack-merge: ^5.10.0 => 5.10.0
The text was updated successfully, but these errors were encountered: