next-lib-bug

Steps to reproduce error

  1. Go to library/ folder.

    yarn
    yarn build
  2. Go to project/ folder.

    yarn
    yarn dev

To Avoid error

  1. Reference the transpiled file directly instead of from node_modules

  2. Pass next/document to HOC directly

also see project/pages/_document.js.