hookstate icon indicating copy to clipboard operation
hookstate copied to clipboard

calling setState( none ) on a ScopedState (element in array) will turn scopedState into promised == true indefinitely

Open SuperStupar opened this issue 3 years ago • 0 comments

employeeState.employees.map((item, index) => ( <TableRow data={item} ></TableRow> in TableRow component: const dataRowState = useState(dataRow); calling dataRowState.setState(none) sets dataRowState.promised to true indefinitely. employeeState is a global Broadcasted state

SuperStupar avatar Jul 13 '21 11:07 SuperStupar