-
This editor is amazing, but is there a version compatible with React 18?
`
npm error Found: react@18.3.1
npm error node_modules/react
npm error react@"^18" from the root project
npm error
np…
-
When keyboard is show, Toast will show under keyboard
**To Reproduce**
Steps to reproduce the behavior:
1. focus on TextInput
2. when show keyboard, show the Toast
**Expected behavior**
sh…
-
**Describe the bug**
When a custom JSX component is passed to the Toast component, the animations don’t trigger properly. Specifically, the condition
```ts
if (jsx) {
return jsx;
}
```
sh…
-
When creating or editing an Event, a function for showing toast messages is missing.
When user creates or updates an event, a toast message should be provided for successful creation or updation of a…
-
**Do you want to request a *feature* or report a *bug*?**
bug
**What is the current behavior?**
i am getting this error when using react toastify.
Uncaught TypeError: Cannot set properties of …
-
### Link to the code that reproduces this issue
https://stackblitz.com/edit/nextjs15-react-rc-peer-dep?file=README.md
### To Reproduce
1. Open sample repro at https://stackblitz.com/edit/next…
-
### Sanctum Version
4.0
### Laravel Version
11.0
### PHP Version
8.2
### Database Driver & Version
_No response_
### Description
After logging out and i dont refresh the browser sanctum still…
-
### New feature motivation
Someone asking here:)
https://github.com/mifi/lossless-cut/issues/2221
### New feature description
Because normal Swal's can close when pressing escape, it would also …
-
Hello
When I added react-native-toast-message in my react native project app. it was work fine.
It was one year ago.
Now toasted message does not appear and I don't understand why ?
I don't k…
-
Some of the places react-toast is used for showing toast messages and in settings page SweetAleart is used as toast message. Use only one of the way to show toast message. SweetAlert is mostly prefere…