Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: scrollableContainerRef not initiallized properly, throws error on start. #360

Open
RohanGeorge23 opened this issue Apr 27, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@RohanGeorge23
Copy link

Describe the bug
Initialization of the variable scrollableContainerRef is missing!

To Reproduce
Steps to reproduce the behavior:

  1. just clone and run the application
  2. You will see the error
    image

Expected behavior
The application should start normally

Screenshots or GIFs
image

Info (please complete the following information):

  • Browser : Chrome
  • Version : 24

Additional context
Add any other context about the problem here.

Expected behavior
A clear ion of the variable has a typezcable, add screenshots to help explain your problem.

Info (please complete the following information):

  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context
Looks like someone had typo

@RohanGeorge23 RohanGeorge23 added the bug Something isn't working label Apr 27, 2024
@RohanGeorge23
Copy link
Author

@hkirat when I tried to run the application, I saw there's a missing initialization

This is how it is :
const = useRef(null);

This is how it is supposed to be :
const scrollableContainerRef = useRef(null);

You can check this under ui/src/SearchDialog.tsx
Here's the link for your reference

@RohanGeorge23
Copy link
Author

RohanGeorge23 commented Apr 27, 2024

@hkirat Here's the PR. #361

@CodeWhispererr
Copy link

PR is already present.

@RohanGeorge23
Copy link
Author

RohanGeorge23 commented Apr 27, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants