Anirudh Madhavan

Results 2 comments of Anirudh Madhavan

Replace 'react/addons' with 'react' and import PropTypes seperately from 'prop-types' npm. It has been moved off react since 15.x ref. https://reactjs.org/docs/typechecking-with-proptypes.html

I found a solution. Just pass count like this `await client.v1.searchUsers(searchQuery, { page: count })` and keep incrementing `count` on load more or something like that.