-
|
I'm having issues with this console warning showing up repeatedly. I'm implementing RAC's What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Your code looks like the example here? https://react-spectrum.adobe.com/react-aria/Dialog.html#example Do you have a code sample you can share, preferably in a codesandbox or stackblitz? The most likely culprit otherwise is duplicate packages, please ensure you only have one copy of all of our packages installed. |
Beta Was this translation helpful? Give feedback.

I figured it out, this was a silly misunderstanding, not a bug.
I just realized that all
Popovercomponents inherit fromDialog— the warnings were being thrown fromPopovercomponents I'm using, not fromModalcomponents. Can mark this as solved!Is there a recommended way to implement the title for
Popoverwhen you don't want it visibly shown? So far I'm doing this......but not sure if there's a better approach. Might be nice to have an example in the docs, particularly for things like
PopoverandSelect.