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
I am displaying alert on button click event but when i pressbutton it show me that error TypeError: undefined is not an object (evaluating 'this._currentMessageBarAlert.hideMessageBarAlert')]
I complety follow the instructions that you provided with package
thanks for your giving some time for that issue...
The text was updated successfully, but these errors were encountered:
If you worked with React before, you might be familiar with an older API where the ref attribute is a string, like "textInput", and the DOM node is accessed as this.refs.textInput. We advise against it because string refs have some issues, are considered legacy, and are likely to be removed in one of the future releases.
maybe it's better to use either the callback pattern or the createRef API instead
I am displaying alert on button click event but when i pressbutton it show me that error
TypeError: undefined is not an object (evaluating 'this._currentMessageBarAlert.hideMessageBarAlert')]
I complety follow the instructions that you provided with package
thanks for your giving some time for that issue...
The text was updated successfully, but these errors were encountered: