Question: I’m trying to translate this example in clojurescript (https://uber.github.io/react-vis/documentation/series-reference/custom-svg-series): I started with this: But I get this error: and It’s driving me mad… Answer: Wrap [:g ...] in your :customComponent with reagent.core/as-element. :customComponent is expected to be a function ...