After seeing this warning (more of an error) I needed to get rid of it. Because I was using your library, that was happening because you are using the {...props} on the input. As of React v15.0.0 it's not good to pass unknown props. So I temporarily fixed this behaviour and it's accompanying warning/error.
This pull request also removed unnecessary whitespace on the main files.
After seeing this warning (more of an error) I needed to get rid of it. Because I was using your library, that was happening because you are using the
{...props}
on theinput
. As of React v15.0.0 it's not good to pass unknown props. So I temporarily fixed this behaviour and it's accompanying warning/error.This pull request also removed unnecessary whitespace on the main files.