We find a couple of DOM nodes that may or may not exist and run a calculation on the page height using applicatives.
I had no idea you can do this:
const $ = `selector` =>
Either.of({`selector`, height: 10})
It's not just a computed prop, but what is it??
Wait, nvm...it looks correct in Plunkr, but I believe it is indeed incorrect in the Transcript.