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 moveSpecifiers helper should include only specifiers which are being passed to it in the first argument specifiersToMove. Internally it calls getFromPackage and passes it the specifiersToMove as a 3rd argument. But since getFromPackage has been refactored and only uses 2 arguments, the filtering does not work and moveSpecifiers will be applied on any specifier.
We use moveSpecifiers helper in the chip-deprecated rule, which is causing unwanted errors on every component imported from patternfly package.
The text was updated successfully, but these errors were encountered:
The
moveSpecifiers
helper should include only specifiers which are being passed to it in the first argumentspecifiersToMove
. Internally it callsgetFromPackage
and passes it thespecifiersToMove
as a 3rd argument. But sincegetFromPackage
has been refactored and only uses 2 arguments, the filtering does not work and moveSpecifiers will be applied on any specifier.We use
moveSpecifiers
helper in the chip-deprecated rule, which is causing unwanted errors on every component imported from patternfly package.The text was updated successfully, but these errors were encountered: