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

Posted by 타다키치
,