wireui / wireui

TallStack UI components
https://v1.wireui.dev
MIT License
1.37k stars 166 forks source link

Initial modal loading issue #792

Open meysamhosseini1995 opened 6 months ago

meysamhosseini1995 commented 6 months ago

Describe the bug When I use the modal component, it automatically opens upon page load. After some investigation, I realized that the 'x-clock' is being removed after the component is rendered, whereas in normal components like an HTML tag, it remains hidden.

I am using these versions:

"php": "^8.1", "guzzlehttp/guzzle": "^7.2", "laravel/framework": "^10.10", "livewire/livewire": "^3.0", "wireui/wireui": "^1.18"

Screenshots or Videos

Screenshot from 2023-11-02 10-00-36 Screenshot from 2023-11-02 10-03-49 Screenshot from 2023-11-02 10-25-15

Desktop (If applicable, please complete the following information):

Smartphone (If applicable, please complete the following information):

DiegoAlonso27 commented 6 months ago

have you verified in which state is cardModal, if when loading the page it is true or false, since you are assigning this value to be shown or not.