Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

onItemTap function no longer working #27

Open
MatsumaKeketso opened this issue Aug 29, 2021 · 2 comments
Open

onItemTap function no longer working #27

MatsumaKeketso opened this issue Aug 29, 2021 · 2 comments

Comments

@MatsumaKeketso
Copy link

I cannot use the function onItemTap anymore, was there an update with this component along with framer's code update?

@beslagic
Copy link

beslagic commented Oct 3, 2021

@beslagic
Copy link

beslagic commented Oct 3, 2021

You have change one line in Example2_passData.tsx - code
Fix is simple:
find
const image = data.selectedItem ? data.selectedItem.product_image : ""

and replace to

const image = data.selectedItem ? data.selectedItem.productImage : ""

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants