Closed ajitid closed 3 years ago
✔️ Deploy Preview for fzf ready!
🔨 Explore the source changes: 79b5d9ea0cda1581fc993efcc97e57859106acae
🔍 Inspect the deploy log: https://app.netlify.com/sites/fzf/deploys/60f86257fcc1050008459cfb
😎 Browse the preview: https://deploy-preview-7--fzf.netlify.app/
This makes items in the list coming from
fzf.find
be flatten. In other words, instead of accessingentry.result.score
, one now will be able to useentry.score
. This is partly done so that the word "result" itself can't be misinterpreted with something else.