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
Is your feature request related to a problem? Please describe.
I need to know the actual slider and didn't find a better way to do this with react, so I search the code in this repo and found that exist the useSliderState with currentState info, but this context is not available to use outside this code, with something like:
import { useSliderState } from "vtex.slider-layout/SliderLayout";
I was wondering if it is possible to make this adjustment to help us. Thanks!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I need to know the actual slider and didn't find a better way to do this with react, so I search the code in this repo and found that exist the useSliderState with currentState info, but this context is not available to use outside this code, with something like:
import { useSliderState } from "vtex.slider-layout/SliderLayout";
I was wondering if it is possible to make this adjustment to help us. Thanks!
The text was updated successfully, but these errors were encountered: