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 autofixer for no-prefix-literal has a bug in its text replacement. it cuts off the last character. .bp4-popover2-content becomes .@{bp-ns}-popover2-conten.
Expected behavior
.bp4-popover2-content should become .@{bp-ns}-popover2-content
Possible solution
This bug was introduced in #5172, where the deprecated .substr() method was replaced with .substring()
The text was updated successfully, but these errors were encountered:
Environment
Code Sandbox
Actual behavior
The autofixer for
no-prefix-literal
has a bug in its text replacement. it cuts off the last character..bp4-popover2-content
becomes.@{bp-ns}-popover2-conten
.Expected behavior
.bp4-popover2-content
should become.@{bp-ns}-popover2-content
Possible solution
This bug was introduced in #5172, where the deprecated
.substr()
method was replaced with.substring()
The text was updated successfully, but these errors were encountered: