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
I using React 19 and navigate by click not working, onNext()onPrevious()not debug console.log
EDIT:
I solved it, I just passed the width prop to the component 😅. <Stories keyboardNavigation loop stories={stories} height={'700px'} width={'100%'} />
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I using React 19 and navigate by click not working,
onNext()
onPrevious()
not debug console.logEDIT:
I solved it, I just passed the width prop to the component 😅.
<Stories keyboardNavigation loop stories={stories} height={'700px'} width={'100%'} />
Beta Was this translation helpful? Give feedback.
All reactions