From 957b65e28b10a44b8f27327dcf537b7e49cc9f4f Mon Sep 17 00:00:00 2001 From: Reza Babaei Date: Thu, 25 Jun 2020 22:48:09 +0430 Subject: [PATCH] fix: Update README.md there was a break in "ToastProvider Props" table --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d1ad211..302e35a 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,6 @@ For brevity: | -------------------------------------- | ---------------------------------------------------------------------------------------- | | autoDismissTimeout `number` | Default `5000`. The time until a toast will be dismissed automatically, in milliseconds. | | autoDismiss `boolean` | Default: `false`. Whether or not to dismiss the toast automatically after a timeout. | - | children `Node` | Required. Your app content. | | components `{ ToastContainer, Toast }` | Replace the underlying components. | | placement `PlacementType` | Default `top-right`. Where, in relation to the viewport, to place the toasts. |