I am fetching the data from a controller using alpine in app.js and passing the data to an array, the view waits for the data to load before showing the images.
In the console I can see both the alpine directives and the outputted HTML, is this normal behaviour or am I doing something wrong?