Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

TagsInput's <input> receiving bad props #267

Open
michsa opened this issue Jul 22, 2019 · 0 comments
Open

TagsInput's <input> receiving bad props #267

michsa opened this issue Jul 22, 2019 · 0 comments
Assignees

Comments

@michsa
Copy link
Contributor

michsa commented Jul 22, 2019

Seems to be related to #263 - React is now complaining about Component and setState props on the input element within TagsInput.

I don't know much about the use case for that PR, so I'm not sure whether we can solve this by removing ...props on the input and only passing whatever's necessary for it (autoFocus?), or whether we should keep the spread and just omit Component and setState specifically.

It's a minor thing, in any case - just dropping this here to document that it's happening 🙃

@Akrion Akrion self-assigned this Jul 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants