Hi, I'd like to know whether it's possible to override the diffing? I'm hitting some performance bottlenecks because my view is re-rendering but I'm not sure what's the right protocol here. In plain views EquatableView
/ Equatable
should do the trick. In views that use a viewStore
I suspect this could work differently?
Default initialiser for WithViewStore
accepts removeDuplicates:
. You can read more in documentation here.