You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
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 🙃
The text was updated successfully, but these errors were encountered:
Seems to be related to #263 - React is now complaining about
Component
andsetState
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 omitComponent
andsetState
specifically.It's a minor thing, in any case - just dropping this here to document that it's happening 🙃
The text was updated successfully, but these errors were encountered: