-
Notifications
You must be signed in to change notification settings - Fork 50.7k
Closed
Description
When I copied the code from the code examples on the react tutorial page, into a forked codepen, and followed the tutorial, the time travel in the code didn't work. The following tweak made it work.
Under the "Storing a History" section:
In the fourth code example the line: const history = this.state.history;
was changed to: const history = this.state.history.slice(0, this.state.stepNumber + 1);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels