Toast not working #798
Unanswered
ArthurQR98
asked this question in
Q&A
Replies: 1 comment
-
I already found the solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The toast does not work, do I have to make any configuration?
`const { setToast } = useToasts(); // import of '@geist-ui/core' because of @geist-ui/react the property does not exist
const addUser = () => {
setToast({ text: response.data.message });
}
`
Beta Was this translation helpful? Give feedback.
All reactions