Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: next 15 & react 19 #260

Merged
merged 5 commits into from
Dec 14, 2024
Merged

chore: next 15 & react 19 #260

merged 5 commits into from
Dec 14, 2024

Conversation

saseungmin
Copy link
Member

What is this PR? 🔍

Changes 📝

Screenshot 📷

Copy link

vercel bot commented Dec 8, 2024

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

Name Status Preview Comments Updated (UTC)
dnd-academy-v2-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 14, 2024 2:58pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
dnd-academy-v2-admin ⬜️ Skipped (Inspect) Dec 14, 2024 2:58pm

@@ -3,7 +3,7 @@ import { NextResponse } from 'next/server';
import { auth as middleware } from '@/auth';
import { isEmailAllowed } from '@/utils';

export default middleware((req) => {
export default middleware((req: any) => {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

next auth type error

Comment on lines +1 to +4
declare module '*.svg?react' {
const content: React.FunctionComponent<React.SVGProps<SVGSVGElement>>;
export default content;
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vite-plugin-svgr type error

@vercel vercel bot temporarily deployed to Preview – dnd-academy-v2-admin December 14, 2024 14:55 Inactive
@saseungmin saseungmin marked this pull request as ready for review December 14, 2024 14:59
@saseungmin saseungmin merged commit d59590f into develop Dec 14, 2024
8 checks passed
@saseungmin saseungmin deleted the chore/next-15 branch December 14, 2024 14:59
@saseungmin saseungmin changed the title chore: WIP next 15 & react 19 chore: next 15 & react 19 Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Next.js 15 & React 19 마이그레이션
1 participant