-
Is it possible to do what the docs do for For instance, if I have this:
I want to make a selector in I think this might not be possible but putting it out there to see if I'm wrong. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Let's pretend that this would work: As you might notice - this would make an arbitrary component to be targeted and we wouldn't even be able to warn you about this. This would also prevent style composition down the road: |
Beta Was this translation helpful? Give feedback.
-
Necro-reply: I think you could you use a
|
Beta Was this translation helpful? Give feedback.
Let's pretend that this would work:
https://codesandbox.io/s/friendly-pond-6vh23?file=/src/App.js
As you might notice - this would make an arbitrary component to be targeted and we wouldn't even be able to warn you about this.
This would also prevent style composition down the road:
https://codesandbox.io/s/jolly-hawking-gusdb?file=/src/App.js