Closed wyxcoder closed 5 months ago
I have no idea what this is. No stack trace, no CodeSandbox reproduction. Impossible to know the root cause without more information.
use code error.
@wyxcoder How did you solve it? I faced the same issue :)
@ChromeGG very likely related to https://stackoverflow.com/questions/74614922/super-expression-must-either-be-null-or-a-function-nextjs-13
Add 'use client'
to the loading page
Check that this is really a bug
Reproduction link
...
Bug description
I got the below error when add the calendar component. I am wondering if this is next.js 13 related? And when this can be fixed?
1 | import setPrototypeOf from "./setPrototypeOf.js"; 2 | function _inherits(t, e) {
Expected Behavior
No response
Actual Behavior
No response
react-big-calendar version
latest
React version
19.0.0-rc
Platform/Target and Browser Versions
Chrome
Validations
Would you like to open a PR for this bug?