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
* adds test for rendering Links that do not specify "to" prop
* Modifies Link to return an empty <a> tag when no "to" prop is given.
* Adds example of empty links
* Adds spec for passing down of additional props
* Updates documentation for Link.
* Adds a word to a sentence in Link documentation, cleans up whitespace.
* Removes unecessary example page.
* Removes default "to" prop on Link component.
* Compares "to" to null
* Fixes typo in Link-test
* Whitespace nit
0 commit comments