Replies: 1 comment 1 reply
-
|
I agree it's cumbersome and this change is intended. Unstyled components are not meant to be used directly in your codebase, as it's a base to create your own components by wrapping the unstyled components in your own (ie. see how Gravatar is using it). In such case, you don't want Unstyled's components to be appearing in auto-complete while trying to use your own components. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the release notes for 1.49.5 is (also) this:
Begin of prefixing all components with Unstyled- prefix, so it's simpler to differenciate with other design systems components.I find this a bit cumbersome and would like to suggest reverting this and adding a Lint rule that would mark the usages of the material components. The same as
Timberdoes for the usages ofLog.Beta Was this translation helpful? Give feedback.
All reactions