i'm working on a mapping from a reactmodule and tr...
# javascript
j
i'm working on a mapping from a reactmodule and trying to figure out how i would map this field in the props. I had originally thought I could just use RElement but when I tried that I get an error
error being
React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: <UserColumn />. Did you accidentally export a JSX literal instead of a component?
i had defined my object as
val formatter: ReactElement?