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
The components seems to work fine including autocompletion suggestions, mentions, etc... However, it keeps throwing the following warnings (see screenshots) as I interact with the element change, blur, focus.
import{MentionsInput,Mention}from'react-mentions';<MentionsInputclassName="CommentForm-input"value={this.state.body}placeholder="Write a comment"onChange={this.handleChange}><Mentiontrigger="@"data={MENTIONS_DATA}renderSuggestion={this.renderUserSuggestion}appendSpaceOnAdd/></MentionsInput>
MENTIONS_DATA is just an array of the form [{ id, display }]
Is there anything I'm missing?
I'm using "react": "15.1.0"
The text was updated successfully, but these errors were encountered:
The components seems to work fine including autocompletion suggestions, mentions, etc... However, it keeps throwing the following warnings (see screenshots) as I interact with the element
change
,blur
,focus
.MENTIONS_DATA
is just an array of the form[{ id, display }]
Is there anything I'm missing?
I'm using
"react": "15.1.0"
The text was updated successfully, but these errors were encountered: