code-for-nashville / glean-tennessee-web

This project was created during Nashville's Civic Day of Hacking to allow farmers and other food providers to notify the Society of St. Andrew of food donations available for harvest and pick up.
https://glean-tennessee.firebaseapp.com/
8 stars 10 forks source link

Fix dom prop warning #83

Closed coreyar closed 5 years ago

coreyar commented 5 years ago

Deletes the internal callBack prop in the Link component because it produces warnings that it shouldn't be spread to the DOM.

This props is only used internally by the component.

combinatorist commented 5 years ago

Thanks for working on this, @CoreyAR! It sounds like it's related to the warning I was receiving in #82. I'll test it later to see if it works for me too.

enlore commented 5 years ago

lgtm