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
When clicking this button, the correct component is called, and every property is correctly loaded.
However, when rendering it, the backdrop appears with a single lined white window on top.
When getting into the HTML of that modal, the contents of this white lined window is NOT displayed because the div has a
style="display: none;"
If changed to
"display: block;"
it shows correctly.
Now, this is happening to every wire-element/modal component I have.
The text was updated successfully, but these errors were encountered:
Dependencies
composer
"php": "^8.1"
"laravel/framework": "^9.52.18"
"wire-elements/modal": "^1.0.8"
"livewire/livewire": "^2.12.8"
npm
"alpinejs": "^3.14.4",
"laravel-mix": "^6.0.49",
"tailwindcss": "^3.4.15"
Steps to reproduce
When clicking this button, the correct component is called, and every property is correctly loaded.
However, when rendering it, the backdrop appears with a single lined white window on top.
When getting into the HTML of that modal, the contents of this white lined window is NOT displayed because the div has a
If changed to
it shows correctly.
Now, this is happening to every wire-element/modal component I have.
The text was updated successfully, but these errors were encountered: