Skip to content

Commit

Permalink
Revert Property.init changes to 0.7.0. (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersio authored Apr 14, 2020
1 parent b325617 commit 7052e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactiveFeedback/Property+System.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ extension Property {
let state = MutableProperty(initial)
state <~ SignalProducer.system(
initial: initial,
scheduler: scheduler,
reduce: reduce,
feedbacks: feedbacks
)
.skip(first: 1)
.observe(on: scheduler)
self.init(capturing: state)
}

Expand Down

0 comments on commit 7052e6a

Please sign in to comment.