You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next.js is fully compatible with React versions prior to 16.10, however, Fast Refresh does not work, and your development server will do a full reload on every edit.
This is a suboptimal experience, so we should warn the user when we detect an old React version and encourage them to upgrade, explaining the benefits, etc!