You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?