You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having used react burger menu in the past, I haven't encountered any problems. However, in a new project, when I do: import { slide as Menu } from "react-burger-menu";
I get the error: Super expression must either be null or a function, not undefined
The project is under Nextjs 13 and React 18.2
How can I solve the problem?
The text was updated successfully, but these errors were encountered:
Hello and thank you for your contribution :)
Having used react burger menu in the past, I haven't encountered any problems. However, in a new project, when I do: import { slide as Menu } from "react-burger-menu";
I get the error: Super expression must either be null or a function, not undefined
The project is under Nextjs 13 and React 18.2
How can I solve the problem?
The text was updated successfully, but these errors were encountered: