Changelog
3.0.0
Only Kefir properties, in other words, objects that inherit Kefir.Property
,
are lifted. Kefir.Stream
and Kefir.Observable
objects are not lifted and
will result in errors.
Dropped previously obsoleted fromKefir
combinator.
$$ref
is no longer required due to using React.forwardRef
in fromClass
.