Recreate issue felixmosh/bull-board#843
No Redis connection or prereqs needed, just run the following:
npm install
npm run build
npm run start
Fails at app.route(basePath, bullBoardRouter)
with:
TypeError: Cannot read private member #errorHandler from an object whose class did not declare it
at file:///home/steve/apps/bull-board-issue-843-example/node_modules/hono/dist/hono-base.js:91:15
at Array.map (<anonymous>)
at Hono.route (file:///home/steve/apps/bull-board-issue-843-example/node_modules/hono/dist/hono-base.js:89:16)
at run (file:///home/steve/apps/bull-board-issue-843-example/dist/index.js:52:9)
- Change
hono
to4.6.8
inpackage.json
npm install
npm run build
npm run start
Confirmed as fixed in yesterdays release of Hono 4.6.10