Hi - I set up a sliding banner using the "Slider" under React and it worked fine.
I ported it to run under Vite and everything ran fine (images showed/slid, buttons worked, etc.) , except that the little arrows in the buttons did not show. I suspect it's a problem with the .css files under Vite that are somehow not showing the svg paths used to render the arrows on the buttons, but I haven't been able to figure out how to resolve this.
Original (under React):

Under Vite: (note missing arrows on banner)

Hi - I set up a sliding banner using the "Slider" under React and it worked fine.
I ported it to run under Vite and everything ran fine (images showed/slid, buttons worked, etc.) , except that the little arrows in the buttons did not show. I suspect it's a problem with the .css files under Vite that are somehow not showing the svg paths used to render the arrows on the buttons, but I haven't been able to figure out how to resolve this.
Original (under React):

Under Vite: (note missing arrows on banner)
