Ranatchai Chernbamrung

Results 2 comments of Ranatchai Chernbamrung

I'm having the same problem. In my case, I use the functional component as the child of `` and the anchor is being null. It seems that it needs `ref`...

To me the simple solution is that we could pass down `renderHeader` and `renderFooter` to the list (reservation-list component), so we can create components like `LoadPrevItemButton` and `LoadNextItemButton` to manage...