Hello everyone in the community!
So I am creating a custom widget using functional component and I need to use the mapExtraStateProps function in my component, I know that in class component I just need to define the function and is internally invoked. But how does this work in functional component?
Thanks for your help in advance.