You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, I'm trying to make use of product context dispatch, but I'm always getting "dispatch is not a function".
I am importing these forms
import {useProductDispatch} from 'vtex.product-context / ProductDispatchContext'
or
import {useProduct, useProductDispatch} from 'vtex.product-context'
and I'm declaring the hook this way
const dispatch = useProductDispatch ()
however in all ways I am always receiving feedback
"dispatch is not a function"
The text was updated successfully, but these errors were encountered:
Hey guys, I'm trying to make use of product context dispatch, but I'm always getting "dispatch is not a function".
I am importing these forms
import {useProductDispatch} from 'vtex.product-context / ProductDispatchContext'
or
import {useProduct, useProductDispatch} from 'vtex.product-context'
and I'm declaring the hook this way
const dispatch = useProductDispatch ()
however in all ways I am always receiving feedback
"dispatch is not a function"
The text was updated successfully, but these errors were encountered: