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
I am working in a NuxtJS project and we are implementing GlideJS.
The problem we are having now is that sometimes one of the slides only displays the HTML portion of the slide and not the component that was included. When we go forth or back until the specific slide comes into view then it will load the component succesfully. Obviously this is a flaw and we should fix it.
Does anyone have any experience with this same issue, and if so, did you manage to find a solution?
I am working in a NuxtJS project and we are implementing GlideJS.
The problem we are having now is that sometimes one of the slides only displays the HTML portion of the slide and not the component that was included. When we go forth or back until the specific slide comes into view then it will load the component succesfully. Obviously this is a flaw and we should fix it.
Does anyone have any experience with this same issue, and if so, did you manage to find a solution?
Our current code:
As you can see we use a (in this example, we tried multiple components and they all fail) component inside our slide called MoleculePicture.
It appears to show fine for all slides except for the "cloned" slides and I am unable to solve it.
The text was updated successfully, but these errors were encountered: