Skip to content

Commit

Permalink
Fix link (chenglou#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Vasin authored and chenglou committed Jul 3, 2018
1 parent 4222c5c commit 8a094af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,4 +307,4 @@ React string refs won't work:
<Motion style={...}>{currentValue => <div ref="stuff" />}</Motion>
```

This is how React works. Here's the [callback ref solution](https://facebook.github.io/react/docs/more-about-refs.html#the-ref-callback-attribute).
This is how React works. Here's the [callback ref solution](https://reactjs.org/docs/refs-and-the-dom.html#callback-refs).

0 comments on commit 8a094af

Please sign in to comment.