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
Module parse failed: Unexpected token (11:4)
You may need an appropriate loader to handle this file type.
| const scssClasses = classNames('btn', className);
| return (
|
| {children}
|
I have written the same code but this error shows up and is not getting resolved.Please help.
The text was updated successfully, but these errors were encountered:
Module parse failed: Unexpected token (11:4)
You may need an appropriate loader to handle this file type.
| const scssClasses = classNames('btn', className);
| return (
|
| {children}
|
I have written the same code but this error shows up and is not getting resolved.Please help.
The text was updated successfully, but these errors were encountered: