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

[bug]: How to fix calendar errors #6158

Open
2 tasks done
VladanIlicJS opened this issue Dec 22, 2024 · 1 comment
Open
2 tasks done

[bug]: How to fix calendar errors #6158

VladanIlicJS opened this issue Dec 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@VladanIlicJS
Copy link

Describe the bug

errors
{
"name": "affiliate-poasjet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.6",
"@tanstack/react-table": "^8.20.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^4.1.0",
"framer-motion": "^11.15.0",
"lucide-react": "^0.468.0",
"next": "^15.1.2",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-day-picker": "^8.10.1",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.1",
"recharts": "^2.15.0",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-day-picker": "^5.2.1",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}

Affected component/components

Calendar

How to reproduce

Install latest nextjs
Try to add calendar

Codesandbox/StackBlitz link

No response

Logs

No response

System Info

Chrome

Before submitting

  • I've made research efforts and searched the documentation
  • I've searched for existing issues
@VladanIlicJS VladanIlicJS added the bug Something isn't working label Dec 22, 2024
@v4iv
Copy link

v4iv commented Dec 28, 2024

did you upgrade the react-day-picker library before reverting back to 8.10.1?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants