createStandaloneToast - when used all texts gets resized
See original GitHub issuefunction CustomToastExample() {
const toast = createStandaloneToast()
return (
<Button
onClick={() =>
toast({
position: "top",
title: "An error occurred.",
description: "Unable to create user account.",
status: "error",
duration: 3000,
})
}
>
Show Toast
</Button>
)
}
When we use createStandaloneToast for displaying toasts - all the text fields in the screen gets resized one and causes a very bad visual effect. Attached a video of same happening in chakra site. Requesting to check this and fix , as its happening throughout my application. Thank you! Using chakra v1.6.2
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Toast - Chakra UI
Use createStandaloneToast to create toasts from outside of your React Components. If you're using a custom theme, you must pass it in the...
Read more >Newest 'chakra-ui' Questions - Page 8 - Stack Overflow
I want all the items to be aligned at the top. For some reason they are aligning in the center... I'm using this...
Read more >@chakra-ui/react Modal JavaScript Examples
This page shows JavaScript code examples of @chakra-ui/react Modal.
Read more >The chakra-ui-steps from jeanverster - GithubHelp
In order to get started you will need to extend the default Chakra theme ... is an issue with chakra-ui-steps because all the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@with-heart we may close this now…I think
I see it has been stated in the docs
Thank you both , Much appreciated 🙏 @anubra266 @with-heart