krisk / Fuse

Lightweight fuzzy-search, in JavaScript
https://fusejs.io/
Apache License 2.0
18.05k stars 766 forks source link

Live Demo on fusejs.io is not working #433

Closed stacyirish closed 4 years ago

stacyirish commented 4 years ago

I have used the demo before while considering using fuse.js for a project, but now it is not working (the page seems to hang). I have tried on multiple machines, with multiple browsers.

rasteiner commented 4 years ago

same here. Also using it in a project seems to hang the page, so I don't think it's a problem with the demo... Maybe with the latest release?

stacyirish commented 4 years ago

Thanks, @rasteiner. I was wondering that but I'm not using it in any projects yet so I wasn't sure.

rasteiner commented 4 years ago

Just checked, downgrading to 6.0.2 solved my issue :)

So it definitely seems to be a regression in 6.0.3

krisk commented 4 years ago

Thanks for flagging. Just updated.

stacyirish commented 4 years ago

Thanks for the quick fix!