-
-
Notifications
You must be signed in to change notification settings - Fork 791
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
Compiled code seems broken #58
Comments
This doesn't look like a bug in compiled code. I see you use |
Use |
Didn't have time to dig into the underlying cause, just noted that the compiled code was referencing the wrong thing and wanted to leave a note for myself to fix later (or you if you beat me to it 😉) |
Seems like you didn't covered this case with tests. This code doesn't look correct. |
I just passed by. Didn't have this issue yet. |
Fixed via 35f99db |
Calling e.g.
ref.current.resetAfterColumnIndex()
onVariableSizeGrid
seems to trigger a runtime error.Resize the window of this Code Sandbox to repro: https://codesandbox.io/s/5ywr9ro7nn
It looks like the
this
context is getting messed up somehow. (this
is valid but_this
is undefined.)The text was updated successfully, but these errors were encountered: