fknop / hapi-pagination

Hapi plugin to handle "custom" pagination
MIT License
63 stars 36 forks source link

Unable to use Vision views within route with pagination on #70

Open apandre opened 6 years ago

apandre commented 6 years ago

I'm using hapi.js v17.x, and if I would like to output pagination result with a Vision based view, I'll get error. If I tried to return h.view('viewname', data); it will throw error. Something about Array was expected. Any advice?