From ed6d9f7eece1ec0c4a2005f190c9300cd4872874 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Mon, 2 Dec 2019 11:51:17 +0000 Subject: [PATCH] Deploy website Deploy website version based on 2b59e544e84226c99de6a895f6a1eb7923a0a2fb --- docs/next/fast-refresh.html | 2 +- docs/next/fast-refresh/index.html | 2 +- docs/next/share.html | 2 +- docs/next/share/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/next/fast-refresh.html b/docs/next/fast-refresh.html index 63651ef9446..5319b349e5b 100644 --- a/docs/next/fast-refresh.html +++ b/docs/next/fast-refresh.html @@ -87,7 +87,7 @@
  • The module you're editing might have other exports in addition to a React component.
  • Sometimes, a module would export the result of calling higher-order component like createNavigationContainer(MyScreen). If the returned component is a class, state will be reset.
  • -

    In longer term, as more of your codebase moves to function components and Hooks, you can expect state to be preserved in more cases.

    +

    In the longer term, as more of your codebase moves to function components and Hooks, you can expect state to be preserved in more cases.

    Tips

    -

    In longer term, as more of your codebase moves to function components and Hooks, you can expect state to be preserved in more cases.

    +

    In the longer term, as more of your codebase moves to function components and Hooks, you can expect state to be preserved in more cases.

    Tips