Skip to content

Commit

Permalink
docs: add the missing drop ref in tutorial (#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
hansnow authored and darthtrevino committed Jul 3, 2019
1 parent 3a70c80 commit d25a66f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -596,6 +596,7 @@ function BoardSquare({ x, y, children }) {

return (
<div
ref={drop}
style={{
position: 'relative',
width: '100%',
Expand Down Expand Up @@ -665,6 +666,7 @@ function BoardSquare({ x, y, children }) {

return (
<div
ref={drop}
style={{
position: 'relative',
width: '100%',
Expand Down

0 comments on commit d25a66f

Please sign in to comment.