hkang1/hermes

Update filter hooks to return new filter object references to properly trigger reactive frameworks

Closed this issue · 1 comments

hkang1 commented

The filters getting returned are the references to the same object, instead copies of them should get returned so they don't accidentally get changed, and also the frameworks that are dependent on the object references will properly handle the changes.