@react-aria and server-side rendering #1892
-
👋 I'm building a component library upon The issue I face is that when I build my library I end up with references to Thanks for the great work on the libraries you offer, they're really helpful. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
What references to document are you ending up with? maybe we forgot to protect a few in tooltips? |
Beta Was this translation helpful? Give feedback.
What references to document are you ending up with? maybe we forgot to protect a few in tooltips?
Looks like it may be this reference? https://github.com/adobe/react-spectrum/blob/main/packages/%40react-aria/tooltip/src/useTooltipTrigger.ts#L72
if so, could you open an issue instead of a discussion so we can make it as a bug and track it?
thank you!