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

How to get content data from a Data Component #25

Open
Techienaut opened this issue Aug 8, 2021 · 0 comments
Open

How to get content data from a Data Component #25

Techienaut opened this issue Aug 8, 2021 · 0 comments

Comments

@Techienaut
Copy link

Techienaut commented Aug 8, 2021

I'm trying to get content data from a Data Component within code.
So I tried "props" but it didn't show me anything:

export function ProductList(props): Override {
    useEffect(() => {
        console.log(props)
    }, [])
}

data component

Is there an attribute from a Data Component that I'm not aware of? I checked all the nested attributes of "props", including children.

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

1 participant