Skip to content

Doesn't work with next 11 #52

@johnschult

Description

@johnschult

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"
  }
}

Screen Shot 2021-07-15 at 8 15 36 AM

After clicking Next...

Screen Shot 2021-07-15 at 8 15 49 AM

No console messages or errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions