We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using vertical line in the slassName breaks compilation as it produces invalid JavaScript code
<div className="test-classname | test" />
I know this is weird. But this is valid HTML and should not fail.
The error is thrown during the build time
ERROR in ./src/images/Image.jsx 47:50 Module parse failed: Unexpected token (47:50)
Actual className
className: "images-ffe673fcf7-test-classname" test"
Expected className
className: "images-ffe673fcf7-test-classname images-ffe673fcf7-test"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using vertical line in the slassName breaks compilation as it produces invalid JavaScript code
I know this is weird. But this is valid HTML and should not fail.
The error is thrown during the build time
Actual className
Expected className
The text was updated successfully, but these errors were encountered: