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
when i tried to make a state change to the data image, bec the image data is mostly coming from a backend call, the xy cursor of the zoom function has become not aligned with the image, also the prev, next button will not work
pls find code below added to SliderImage.examples.md :
..the solution is so simple....i dont know if the developer just forget this??
just add '[data]' into the useEffect, and useCallback function of the 'SliderImage.js' file in the source folder...then the zoom image and prev, next button will all work fine.
when i tried to make a state change to the data image, bec the image data is mostly coming from a backend call, the xy cursor of the zoom function has become not aligned with the image, also the prev, next button will not work
pls find code below added to SliderImage.examples.md :
The text was updated successfully, but these errors were encountered: