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
Current behavior
I see an empty modal with no content, and when I use inspect element, the elements code shows me the transform wrapper and component as elements wit 0 width or height.
Expected behavior
A zoom-able image of the given size which covers as much of the screen as is covered by the dialog modal.
Desktop (please complete the following information):
OS: macOS
Browser: Arc Browser
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
I am using this package in my project, where I am using NextJS 14 with Tailwind and Daisy UI.
I am using the component inside a
dialog
element to show a zoom-able image inside a modal interface.Code I used:
Current behavior
I see an empty modal with no content, and when I use inspect element, the elements code shows me the transform wrapper and component as elements wit 0 width or height.
Expected behavior
A zoom-able image of the given size which covers as much of the screen as is covered by the dialog modal.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: