If you compile this JSX: ``` <CalEvent href="/events?fields=(id,summary)&key=YOUR_KEY" /> ``` it turns into: ``` CalEvent( {href:"/events?fields=(id,summary)undefinedEY"} ) ``` which seems subpar. I'd expect this to throw an error.