-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
FixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
TypeScript Version:
v2.5.2
Code
export default connect(
dispatch => ({
onTab: index => {
dispatch(tab(index))
},
onClickBeginDesign: (beingDesigned, latestTemplateId, data) => {
if (!data.content.title.value || !data.content.title.value.length) { }
}
})
)(MyComponent)
{
"compilerOptions": {
"target": "es5",
"outDir": "./lib",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"allowJs": true
},
"exclude": [
"node_modules"
]
}
Expected behavior:
Compile success
Actual behavior:
Metadata
Metadata
Assignees
Labels
FixedA PR has been merged for this issueA PR has been merged for this issue