How to use this toast inside the class component #151
Answered
by
Kajanan02
Mathivanan1803
asked this question in
Q&A
-
|
Hey, Greetings of the day. I tried to use this toast within the class component by implementing higher-order component. But while using this am getting error like undefined is not an object("this.props.toas |
Beta Was this translation helpful? Give feedback.
Answered by
Kajanan02
Oct 14, 2022
Replies: 1 comment
-
|
you can try this way this.props.show("msg"), It's work for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Mathivanan1803
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

you can try this way this.props.show("msg"), It's work for me.