A ReadableLike.
the value of the ReadableLike
Accepts a
ReadableLike and returns
the latest value. It only triggers re-rendering when new value emitted from $ (base on
Readable.$version instead of
React's Object.is
comparison).
A ReadableLike.
the value of the ReadableLike, or $ itself if $ is not a ReadableLike
Accepts a ReadableLike and returns the latest value. It only triggers re-rendering when new value emitted from $ (base on Readable.$version instead of React's
Object.is
comparison).