https://cljdoc.org/d/reagent/reagent/1.0.0/doc/tutorials/react-features#react-features I take it if using context, the consumer must return a r/as-element vs a regular hiccup vector to function?
Yes, because Consumer
is a React class and has no idea how to use Hiccup vectors.