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
According to this issue - wireui/wireui#981, multiple people have problem knowing that you need to set x-data scope for modal, because it depends on that.
Fro my my testing, any other components does not need this declaration, so this can be source of confusion.
Solution
Add some <x-alert title="Information!"> that will mention this x-data need
The text was updated successfully, but these errors were encountered:
According to this issue - wireui/wireui#981, multiple people have problem knowing that you need to set
x-data
scope for modal, because it depends on that.Fro my my testing, any other components does not need this declaration, so this can be source of confusion.
Solution
Add some
<x-alert title="Information!">
that will mention thisx-data
needThe text was updated successfully, but these errors were encountered: