Nick Zayatz
Nick Zayatz
## Feature Request Currently, many if not all of the render functions for rows/cells have an `isScrolling` boolean passed into them to determine if "The Grid is currently being scrolled."...
## Feature Request It would be nice if there way a way to effectively reverse the virtualization of the table, in a way where the users scroll position starts at...
Hi there, I began testing scroll behavior for the component on Firefox and I noticed it was doing this strange thing when I would scroll to the end of my...
Hi @supersnager, I believe I managed to patch the scrolling issue we were running into on Firefox with the MessageList component described [here](https://github.com/chatscope/chat-ui-kit-react/issues/42). All I did was widen the scrolling...
There is an error thrown in the onChange function of the geocoder. I discovered it when trying to add an `.on('result', (e) => {})` function to my `geocoder` instance. the...
Hi, The recent update to iOS 11 has caused my HUD to not show. I'm sure you've looked into the new update already, do you know when/if you will be...
**Describe the bug** In my Crashes & ANR section of my app in the Google Play Store, I have noticed an uptick in crashes caused by AWS Pinpoint. I began...
Hi @ErrorPro Is there any way you could add Promise-based versions of `placesAutocompleteService.current.getPlacePredictions` and `placesAutocompleteService.current.getQueryPredictions` in your `usePlacesAutocompleteService` hook? Currently they look like: ```javascript if (placesAutocompleteService.current && optionsArg.input) placesAutocompleteService.current.getPlacePredictions( {...
React 16.8 deprecated a few of the component lifecycle functions including `componentWillUpdate` and `componentWillMount`. I went ahead and changed the places where these functions were used to use lifecycle functions...
Hello, I was recently doing some performance testing on a virtual table component I had written. With rows constantly unmounting & remounting, I wanted to make sure the scroll was...