Omnistac / zedux

:zap: A Molecular State Engine for React
https://Omnistac.github.io/zedux/
MIT License
344 stars 7 forks source link

feat(atoms): make `ecosystem.find()` do a fuzzy search when no exact match #79

Closed bowheart closed 1 year ago

bowheart commented 1 year ago

Description

Despite the docs claiming this, ecosystem.find() wasn't actually doing a fuzzy search when a string is passed and no exact match is found. Change that.