Description
The FuseOptionKeyObject
type definition doesn't match the implementation.
Lines 234 to 239 in 6afcfaf
-
The
weight
property may be optional. (Since if not specified, Fuse will default it to1
)
Lines 59 to 65 in 6afcfaf
-
The
getFn
property is missing.
Lines 170 to 180 in 6afcfaf
Version
6.6.0
Is this a regression?
No
🔬Minimal Reproduction (in Typescript)
- The
weight
property cannot be omitted without an error. - The
getFn
example from the docs cannot be written without an error.
Activity