alexandre-garrec / react-swipe-card

Tinder style swipe cards
https://alexandre-garrec.github.io/react-swipe-card
136 stars 79 forks source link

Action is not defined #23

Open prithesh990 opened 4 years ago

prithesh990 commented 4 years ago

I am getting an error of action not defined while rendering those cards, please help

shnigi commented 4 years ago

Create a function called action:

const action = (action) => { console.log('action', action); };