I ran the next example using this package.json and you cannot advance to the next step.
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "^11",
"react": "^17",
"react-dom": "^17",
"react-use-wizard": "^1"
}
}

After clicking Next...

No console messages or errors.
I ran the
nextexample using thispackage.jsonand you cannot advance to the next step.{ "name": "nextjs", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "next": "^11", "react": "^17", "react-dom": "^17", "react-use-wizard": "^1" } }After clicking Next...
No console messages or errors.