Skip to content

Commit

Permalink
expose log as a prop in the React client (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolodavis authored Apr 23, 2020
1 parent 1780911 commit c51b277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export function Client(opts) {
reset: this.client.reset,
undo: this.client.undo,
redo: this.client.redo,
log: this.client.log,
gameMetadata: this.client.gameMetadata,
});
}
Expand Down

0 comments on commit c51b277

Please sign in to comment.