nextui-org / next-app-template

A Next.js 14 with app directory template pre-configured with NextUI (v2) and Tailwind CSS.
https://nextui-app.vercel.app
MIT License
301 stars 72 forks source link

Fixed the redux installation Problem with @types/react #15

Closed DUMBANIKET closed 6 months ago

DUMBANIKET commented 8 months ago

The Old version of the @types/react was conflicting with the latest redux package i.e.

  1. react-redux
  2. @reduxjs/toolkit

The Error That appeared

image

After Fix

image


Changed From image To image

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next-app-template ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 4, 2024 1:08pm
wingkwong commented 6 months ago

Closing - we don't include redux in the template. The latest @types/react should cater your case now.