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
The "Previous" and "Next" buttons for navigating slides remain clickable even when disabled (either on the first or last slide), causing unnecessary re-renders of the page.
Expected Behavior
The buttons should not be clickable when disabled, and the cursor should show the "not-allowed" property when hovering over them.
Steps to Reproduce
Navigate to the first slide and click the "Prev" button.
Navigate to the last slide and click the "Next" button.
Demo
bug.mp4
The text was updated successfully, but these errors were encountered:
when we click first time on previous or next button for a particular page that page renders only one time , if we click again for that page it does not re-rendered , i tried this and on network tab request went only first click for particular page .
Ya, but as Link component is still clickable, the user is just getting redirected on same page again and again. You can notice it by seeing a blue loading line which appears on top of screen.
Bug Description
The "Previous" and "Next" buttons for navigating slides remain clickable even when disabled (either on the first or last slide), causing unnecessary re-renders of the page.
Expected Behavior
Steps to Reproduce
Demo
bug.mp4
The text was updated successfully, but these errors were encountered: