krisk / Fuse

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

Release 3.3.1 breaks application on production #280

Closed Saifadin closed 5 years ago

Saifadin commented 5 years ago

The latest release of Fuse 3.3.1 breaks our production application, on new Fuse.

Downgrading to 3.3.0 fixed this issue and our application is running again.

I created this gist that has the prettified minified code out of chrome. The error happens in line 336 as highlighted.

krisk commented 5 years ago

Thanks @Saifadin - will be looking at this in the evening. Will update this thread.

krisk commented 5 years ago

@Saifadin, do you have sample code which surfaces this issue?