Norbert Borkowski

Results 2 issues of Norbert Borkowski

remove error, add m instead of comma, and add comma

### Describe the bug const TagInput = React.forwardRef((props, ref) => { Nowhere do you use the ref in your code const inputRef = React.useRef(null); Here you could use the references...

fix