I noticed a `NFetchRequest` object is leaked here: https://github.com/AlanQuatermain/AQUI/blob/e1ced4a69915556a9af4c15791bb83eccc33e5b8/Sources/AQUI/MutableFetchRequest.swift#L72 Which will happen every time a `View` containing this property wrapper is re-init.
I noticed a
NFetchRequestobject is leaked here:AQUI/Sources/AQUI/MutableFetchRequest.swift
Line 72 in e1ced4a
Which will happen every time a
Viewcontaining this property wrapper is re-init.