daily-code
daily-code copied to clipboard
bug: Undefined reference to "scrollableContainerRef" in "SearchDialog"
Describe the bug
The code snippet is missing the part where scrollableContainerRef is created using useRef.
To Reproduce Steps to reproduce the behaviour:
- Run the project.
- You will get this error ↓
Expected behaviour The SearchDialog component should allow smooth scrolling of search results.