In Fast Refresh, what will happen if you edit files imported by modules outside of the React Tree?

Technology CommunityCategory: React NativeIn Fast Refresh, what will happen if you edit files imported by modules outside of the React Tree?
VietMX Staff asked 3 years ago
  • Fast Refresh will fall back to doing a full reload.
  • For a file which renders a React component but also exports a value that is imported by a non-React component, consider migrating the query to a separate file and importing it into both files. This will re-enable Fast Refresh to work.