data-fetching-pitfallsReactData Fetching PitfallsHardWhat should you account for regarding StrictMode and effects during development?1Effects are intentionally double-invoked, so cleanup must be correct2Effects never run in StrictMode3StrictMode disables AbortController4Effects run only once in all environmentsBack to list