You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In atlas-engineer/nyxt#2451 we are manually replacing the existing setter handler. This is most certainly something that nhooks should do for us by default.
One possible fix is to change equals so that it only compares the place, and not the value.
But then the notion of equality is a bit dubious.
Alternatively, keep equals as it is and just add another check in add-hook to remove existing setter.
In atlas-engineer/nyxt#2451 we are manually replacing the existing setter handler. This is most certainly something that
nhooks
should do for us by default.One possible fix is to change
equals
so that it only compares theplace
, and not the value.But then the notion of equality is a bit dubious.
Alternatively, keep
equals
as it is and just add another check inadd-hook
to remove existing setter.@aartaka Thoughts?
The text was updated successfully, but these errors were encountered: