Error in Modal loading different components #2059
Unanswered
danielreales7
asked this question in
1. Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am having a problem loading a modal component.
I have a list of users and when I open one of them it shows me the user's information correctly, but when I close this one and open a different one, it is showing me the information of the previous one.
I call to Alpine like this:
x-data="dropdown()" x-init="cargarFases()"
With version 2 it worked correctly. Not now. What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions