What was the reason JSX types be an expression?
I was just reading the JSX in depth react docs https://facebook.github.io/react/docs/jsx-in-depth.html#choosing-the-type-at-runtime and confirmed that you couldn't do something like put curly braces around components[props.storyType] from the example...