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
letbinder= Binder<State>.init(self, binding:{ node, state in
Every time you call .stream the new binder object will be created despite the associated one already exists.
Probably it's better to wrap the Binder.init logic into a closure to pass further
The text was updated successfully, but these errors were encountered:
Knot/Knot/Classes/Knotable.swift
Line 74 in a15e4a2
Every time you call
.stream
the newbinder
object will be created despite the associated one already exists.Probably it's better to wrap the
Binder.init
logic into a closure to pass furtherThe text was updated successfully, but these errors were encountered: