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