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

NEXT JS SUPPORT #2709

Open
aais1 opened this issue Jan 19, 2025 · 1 comment
Open

NEXT JS SUPPORT #2709

aais1 opened this issue Jan 19, 2025 · 1 comment

Comments

@aais1
Copy link

aais1 commented Jan 19, 2025

does react-big-calender
fully support next js ?
if so upto what version

@ardenc
Copy link

ardenc commented Jan 23, 2025

I am using it just fine on 15.1.3.
With that being said when you are setting up your Next project I do not believe RBC supports React 19 yet.
You also might run into lots of warnings in the console for sass.

You can silence a fair amount of these with this in your next.config.

sassOptions: { quietDeps: true, quite: true, silenceDeprecations: ['legacy-js-api'], },

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

No branches or pull requests

2 participants