Marquee components error

It looks like the error is related to the height value not being properly set for the marquee. Since you’re not using images, try explicitly defining a height for the marquee container using CSS (e.g., min-height: 50px;). Also, check if any recent updates or changes might have affected the component’s initialization. If it was working before, reverting to a previous version or checking for conflicts in styles/scripts might help. Let me know if setting a fixed height resolves the issue!

3 Likes