| title | It looks like the next instance is being instantiated incorrectly. |
|---|
You have passed a null or undefined parameter to the next() call.
Make sure you are passing the variables properly:
const app = next()And make sure you're passing dev as shown in the examples below:
const app = next({ dev: boolean })