Nolan Leung
Nolan Leung
@luisaugustomelo what is your build command? are you running with ` --tags dynamic`?
you're missing a `-`, it should be `--tags` not `-tags`!
Hi @eps90, if you can update your PR to follow the variant naming convention ([example here with heroicons](https://github.com/react-icons/react-icons/blob/940455d6c8d9c36bda53bcfe7136bcd0384491fb/packages/react-icons/src/icons/index.js#L266)) I can get this merged!
Let me see if I can reproduce...
Seems like the culprit is something in `^5.5` breaks refactoring imports from sym-linked packages. ### Example (Works in v5.4.5 but not v5.5.2) Running `Refactor: Move to new file` on `SomeComponent`...