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
It seems that the localIdentRegExp option has never been used in the default getLocalIdent function. If that's the expected behavior, please note that in the changelog as a breaking change.
The text was updated successfully, but these errors were encountered:
Expected Behavior
[1]
placeholder should be replaced with the matched pattern.Actual Behavior
[1]
appears in generated class names.Code
How Do We Reproduce?
It seems that the
localIdentRegExp
option has never been used in the defaultgetLocalIdent
function. If that's the expected behavior, please note that in the changelog as a breaking change.The text was updated successfully, but these errors were encountered: