Josh Martin
Josh Martin
_From a user standpoint_: How do we check if a user can download our plugin and use it?
Also we would then need to update the readme #22
@cwlowder What about how we install our project without cloning the repo?
Nvm fixed in #65
@den-ii I also ran into the same problem but you can get an easier fix with spreading the `textInputProps` when they are deconstructed from the props: ```javascript render() { const...