Closed Judahh closed 2 years ago
Hi,
In const actions = ({id, name}) => {
- are you always return the
const actions = (<LeadingActions>
{actionElements}
</LeadingActions>);
even for trailingActions={actions({id: element?.id, name: 'Trailing'})}
?
I mean returning <LeadingActions>
for trailing actions?
You're right! my bad. I spend a hole night in this and I didn't see this. Thanks a LOT!
Describe the bug I'm trying to implement a configurable Swipeable List. But whenever I try to full swipe left I got this error:
I have the same implementation for swipe right and the error does not occur.
And the destructable does not run properly.
How to Reproduce Props:
Actions:
SwipeableListItem:
Desktop: