Bad quoting with custom components in JSX

So this var foo = <MyComponent />; is producing var foo = React.createElement( MyComponent', null); with an unnecessary ' after MyComponent?