We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://codesandbox.io/p/sandbox/sad-herschel-53jl2y
Using parameter 'views' calling an error.
I have tried to set an object or an array to 'views' but the problem was the same.
The full error looks like:
Param 'views' should not cause an error.
No response
1.8.2
nextjs 13.4.16
Windows, Chrome 115.0.5790.171
The text was updated successfully, but these errors were encountered:
You need to move the Big Calendar into a wrapper component that has
"use client" and then remove the use client from the page.tsx, this iwll resolve your issue.
@PINTALINA
here is the next13 app dir workign example
https://github.com/Dujota/rbc-next13-working-example/tree/master
Sorry, something went wrong.
No branches or pull requests
Check that this is really a bug
Reproduction link
https://codesandbox.io/p/sandbox/sad-herschel-53jl2y
Bug description
Using parameter 'views' calling an error.
I have tried to set an object or an array to 'views' but the problem was the same.
The full error looks like:
Expected Behavior
Param 'views' should not cause an error.
Actual Behavior
No response
react-big-calendar version
1.8.2
React version
nextjs 13.4.16
Platform/Target and Browser Versions
Windows, Chrome 115.0.5790.171
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: