From ab1a7e1bc69ac78ab258f3853bcdc3d9e978fe33 Mon Sep 17 00:00:00 2001 From: Evan You Date: Thu, 2 Apr 2020 17:30:01 -0400 Subject: [PATCH 1/5] remove RFC-0010, update RFC-0007 with optional props details --- .../0007-functional-async-api-change.md | 74 +++++++++------ .../0010-optional-props-declaration.md | 92 ------------------- 2 files changed, 44 insertions(+), 122 deletions(-) delete mode 100644 active-rfcs/0010-optional-props-declaration.md diff --git a/active-rfcs/0007-functional-async-api-change.md b/active-rfcs/0007-functional-async-api-change.md index 9b892d05..4c8e27ba 100644 --- a/active-rfcs/0007-functional-async-api-change.md +++ b/active-rfcs/0007-functional-async-api-change.md @@ -8,7 +8,7 @@ - Functional components must be written as plain functions - `{ functional: true }` option removed - `