Hello,
I am working on a VTEX IO app and am relying on react provider overrides to power my feature. I was hoping that it is possible to expose those contexts to give users more granular control as to what they want to override. For example, I dont need to control how the dispatch events work but do need control over what state the provider has.
An example of what I am talking about:
export default {
ProductSummaryProvider,
ProductSummaryContext,
ProductDispatchContext,
useProductSummary,
useProductSummaryDispatch,
}
Thanks!
Hello,
I am working on a VTEX IO app and am relying on react provider overrides to power my feature. I was hoping that it is possible to expose those contexts to give users more granular control as to what they want to override. For example, I dont need to control how the dispatch events work but do need control over what state the provider has.
An example of what I am talking about:
Thanks!