Replies: 1 comment 3 replies
-
For slots, it's probably best to use your own context so that you don't ever conflict with our context. It sounds like maybe you're trying to make other RAC API-like components, not building components on top of RAC? We do want to be a little careful about exporting these, but if you can talk more about your use-case and maybe show some examples, we can take it into consideration. Essentially starting an RFC https://react-spectrum.adobe.com/contribute.html#feature-requests |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
I want to build a component using the
slot
mechanism inreact-aria-components
.When I tried it out, I notice that hooks like
useRenderProps
in./util
is not exported.Is it possible to export those hooks and related code?
Beta Was this translation helpful? Give feedback.
All reactions