From 30838c2f01cb9f5a452b3372b0108b34a008e029 Mon Sep 17 00:00:00 2001 From: Matt Wood Date: Thu, 10 Jan 2019 15:48:23 -0600 Subject: [PATCH 1/2] Update `React.PropTypes` to `PropTypes` --- docs/tag-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tag-api.md b/docs/tag-api.md index e16c0ad1a..a5dccdc24 100644 --- a/docs/tag-api.md +++ b/docs/tag-api.md @@ -102,7 +102,7 @@ This tag does not extend from Base. It's special. Wrapping elements in the appea | Name | PropType | Description | | ------------------ | ---------------------- | --------------------------------------------------------------------------- | -| transitionDuration | React.PropTypes.number | Accepts integer value in milliseconds for duration of appearance animation. | +| transitionDuration | PropTypes.number | Accepts integer value in milliseconds for duration of appearance animation. | From 6476f6cc87f0495c86bafca9ef478904d8331607 Mon Sep 17 00:00:00 2001 From: Matt W Date: Sat, 12 Jan 2019 14:53:16 -0600 Subject: [PATCH 2/2] Fixed change with prettier --- docs/tag-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tag-api.md b/docs/tag-api.md index a5dccdc24..feb64961f 100644 --- a/docs/tag-api.md +++ b/docs/tag-api.md @@ -100,8 +100,8 @@ The element tags are the bread and butter of your slide content. Most of these t This tag does not extend from Base. It's special. Wrapping elements in the appear tag makes them appear/disappear in order in response to navigation. -| Name | PropType | Description | -| ------------------ | ---------------------- | --------------------------------------------------------------------------- | +| Name | PropType | Description | +| ------------------ | ---------------- | --------------------------------------------------------------------------- | | transitionDuration | PropTypes.number | Accepts integer value in milliseconds for duration of appearance animation. |