Flow 1.4.1
- Fixes a problem where onErrorRepeat would not respect the specified delay interval.
- Fixed issues with tvOS support.
- Updates some transforms such as
toVoid()
to schedule on.none
instead of.current
so these transforms won't cause a re-schedule.