Anurag Hazra
Results
32
issues of
Anurag Hazra
The watcher doesn't seem to rebuild pages with new content, instead only rebuilds with old cache.
bug
Currently useRowSelect's `state` prop behaves as an uncontrolled state only. We had a requirement where we wanted to support controlled selection for the Table selections. Example: ```tsx const [selectedRows, setSelectedRows]...