react-fast-marquee
react-fast-marquee copied to clipboard
autoFill true causing whole website stuck
If I'm using autoFill true, it's making whole website unresponsive.
Ran into this same issue, I believe it can be fixed if you wrap the Marquee in a div and bound its width to say 500px. The website crashes because it keeps on spawning more elements to fill the page.
Ran into this same issue, I believe it can be fixed if you wrap the Marquee in a div and bound its width to say 500px. The website crashes because it keeps on spawning more elements to fill the page.
Tried this and it still errors our a lot and crashes the site? Do you think @justin-chu will fix this?
Same issue here. Fixed it by giving static width to it.
Had same issue, solved by @nathanielCherian's answer
i will bump this
Same issus,I hope the author can fix it or give tips in the documentation.