hapijs / hapi.dev

The hapi.dev developer portal
53 stars 68 forks source link

Investigate broken module filter on dev mode #503

Open Nargonath opened 2 years ago

Nargonath commented 2 years ago

Support plan

Context

What are you trying to achieve or the steps to reproduce?

Go to page "Module", enter the name of a module to filter the list.

What was the result you got?

The list isn't filtered in dev mode: npm run dev but works in production npm run gen && npm start.

What result did you expect?

It should work in both modes.