is there a way to remove the "item": {} object wrapping each of my results from Fuse that's wrapping my results data? I just want the bare results of my data, not in an object with other props such as refIndex and what not.
I just want the raw data back, having this wrapped is causing me pain because I have to now somehow get that out of the dataset returned by Fuse.
is there a way to remove the
"item": {}object wrapping each of my results from Fuse that's wrapping my results data? I just want the bare results of my data, not in an object with other props such asrefIndexand what not.I just want the raw data back, having this wrapped is causing me pain because I have to now somehow get that out of the dataset returned by Fuse.