Skip to content

[bug]: Unused ref  #84

@Norbert495

Description

@Norbert495

Describe the bug

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

How to reproduce

from the description

Link to reproduction

https://github.com/JaleelB/emblor/blob/main/packages/emblor/src/tag/tag-input.tsx

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    fixThis will be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions