You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
@sergii-van thanks for reporting, I merged #3998 recently to add meaningful errors. It's impossible to use React.Fragment as we React.cloneElement() to add props to a passed element to the trigger prop.
I also reopened #1187 to consider a better approach than React.createElement().
Bug Report
Steps
Popup does not appear when the trigger component is
React.Fragment
(<>
)Expected Result
Popup should be displayed
Actual Result
Popup does not render
Version
0.88.2
Testcase
https://codesandbox.io/s/little-sunset-j0lsf
The text was updated successfully, but these errors were encountered: