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
How to dynamically import components from "@headlessui/react"?
I want to import the components when the popover menu is open, so there are 2 questions here:
1- How to pass the 'open' prop of the Popover component to the wrapper component so that I use it inside useEffect?
2- How to dynamically import the "@headlessui/react" components inside the useEffect. Or we can't do that?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How to dynamically import components from "@headlessui/react"?
I want to import the components when the popover menu is open, so there are 2 questions here:
1- How to pass the 'open' prop of the
Popover
component to the wrapper component so that I use it inside useEffect?2- How to dynamically import the "@headlessui/react" components inside the useEffect. Or we can't do that?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions