Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. @@ -10,7 +10,7 @@ export const ColorInput = () => {
  2. useEffect(() => {
  3. input.current.value = '!';
  4. if ('!' === input.current.value) {
  5. setShow(false);
  6. }
  7. - });
  8. + }, []);
  9.  
  10. const onChange = ({ target: { value } }) => {
  11. setHex(value);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement