How can I do this in Kotlin + Styled Components? S...
# react
m
How can I do this in Kotlin + Styled Components? Stuff like
styledDiv
is an extension to
RBuilder
, so I'm not sure how it could be used outside of `render()`: https://styled-components.com/docs/basics#define-styled-components-outside-of-the-render-method
a
styledDiv
shouldn’t be used outside of
render()