react-fast-marquee icon indicating copy to clipboard operation
react-fast-marquee copied to clipboard

autoFill true causing whole website stuck

Open himanshusatija-cred opened this issue 1 year ago • 6 comments

If I'm using autoFill true, it's making whole website unresponsive.

himanshusatija-cred avatar May 17 '23 14:05 himanshusatija-cred

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.

nathanielCherian avatar Jun 03 '23 16:06 nathanielCherian

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?

mezotv avatar Jul 05 '23 12:07 mezotv

Same issue here. Fixed it by giving static width to it.

oguzhantufenk avatar Oct 02 '23 08:10 oguzhantufenk

Had same issue, solved by @nathanielCherian's answer

lnicepei avatar Oct 05 '23 14:10 lnicepei

i will bump this

6lyxt avatar Apr 30 '24 16:04 6lyxt

Same issus,I hope the author can fix it or give tips in the documentation.

BanShan-Alec avatar Aug 05 '24 09:08 BanShan-Alec