코딩/Vue.js

Invalid prop `children` supplied to `TableCell`

타다키치 2019. 2. 11. 13:29

DO NOT push boolean in JSX expression. It will fix this issue.


<TableCell align="left" className={classes.tableCell}>
{pathOr(
"-",
[
"singaporeSpecificDetails",
"ckaDetails",
"noneOfItAppliesToMe"
],
customerInfo
).toString()}
</TableCell>


https://github.com/react-toolbox/react-toolbox/issues/1523