``` var x = { y: <Tab title='Nice Tab' display.bind='...' > // Error on `display.bind=...` because of the dot } ``` `display.bind` is aurelia-like syntax, JSX (thus TSX) does not seems to object that notation.