react-toastify
Advanced tools
Comparing version 5.3.1 to 5.3.2
{ | ||
"name": "react-toastify", | ||
"version": "5.3.1", | ||
"version": "5.3.2", | ||
"description": "React notification made easy", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -451,2 +451,4 @@ # React-Toastify | ||
_Note: [toast.dismiss()](#remove-a-toast-programmatically) has no effect if called during the delay before a given toast appears._ | ||
### Use a controlled progress bar | ||
@@ -961,3 +963,3 @@ | ||
// default to 750ms, can be omitted | ||
duration = 750, | ||
duration: 750, | ||
}); | ||
@@ -1180,3 +1182,3 @@ | ||
```js | ||
import 'react-toastify/dist/ReactToastify.minimal.css`; | ||
import 'react-toastify/dist/ReactToastify.minimal.css'; | ||
``` | ||
@@ -1216,3 +1218,3 @@ | ||
| containerId | string\number | - | Container id used to match toast with the same containerId | | ||
| role | string | alert | Defne the ARIA role for the toasts | | ||
| role | string | alert | Define the ARIA role for the toasts | | ||
@@ -1219,0 +1221,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
184444
1346