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
In the example above, we are updating the state variable activeSlide whenever the slide changes, however the value output in the console.log will remain 1, even if the value of activeSlide has changed.
The text was updated successfully, but these errors were encountered:
When an event handler is updated, Glider is not reinitialized with the new event handler.
Example
In the example above, we are updating the state variable
activeSlide
whenever the slide changes, however the value output in theconsole.log
will remain 1, even if the value ofactiveSlide
has changed.The text was updated successfully, but these errors were encountered: