I’m getting an error in the console about the marquee:
src-YXOTZYAP.js:7 Failed to initialize Marquee instance: stop-drop-marquee with error: Error: Invalid height value for fs-marquee-instance=“stop-drop-marquee”. If you are using Images ensure to set loading=“eager” or set a specific height value to the image element. at x.setupContent (src-YXOTZYAP.js:1:8013) at new x (src-YXOTZYAP.js:1:6993) at new O (src-YXOTZYAP.js:7:2623) at _ (src-YXOTZYAP.js:7:5031) at init (src-YXOTZYAP.js:7:5240) at async S (fs-components.js?v=1739179822791:10:1033)
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!