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
The output of getCSSModuleLocalIdent() in react-dev-utils might include invalid + symbol, like 'SidePanel_slideIn__xwW+q'. That would invalidate corresponding CSS classes and cause style error.
Did you try recovering your dependencies?
Yes.
Environment
react-dev-utils: v12.0.0, the lastest
Steps to reproduce
It is difficult to reproduce because the class-names are auto-generated.
Uh oh!
There was an error while loading. Please reload this page.
Dup of #11775.
Describe the bug
The output of
getCSSModuleLocalIdent()
inreact-dev-utils
might include invalid+
symbol, like 'SidePanel_slideIn__xwW+q'. That would invalidate corresponding CSS classes and cause style error.Did you try recovering your dependencies?
Yes.
Environment
react-dev-utils: v12.0.0, the lastest
Steps to reproduce
It is difficult to reproduce because the class-names are auto-generated.
Expected behavior
+
as in class names is removed.Actual behavior
The symbol is there. screenshot
I'd be happy to submit a PR if this makes sense and I didn't miss something obvious. Thank you!
The text was updated successfully, but these errors were encountered: