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

Table get out of sync #3767

Closed
johanwilson opened this issue Oct 5, 2019 · 0 comments · Fixed by #3771
Closed

Table get out of sync #3767

johanwilson opened this issue Oct 5, 2019 · 0 comments · Fixed by #3771

Comments

@johanwilson
Copy link

johanwilson commented Oct 5, 2019

Environment

  • Package version(s): @blueprintjs/table: 3.8.0, @blueprintjs/core: 3.19.0,
  • Browser and OS versions: Electron, Chrome & Win 10

If possible, link to a minimal repro:
https://codesandbox.io/s/blueprint-sandbox-0dbiw

Steps to reproduce

Play around with the slider to see how the tabel get out of sync with numRows.
Seems to affect Slider too.

Resizable has a minior error

Warning: Resizable: Did not properly initialize state during construction. Expected state to be an object, but it was undefined.

And a component has been forgotten

react-dom.development.js:12466 Warning: componentWillUpdate has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
Please update the following components: TableBodyCells

Actual behavior

This will lead to Attempt to read an array index that is out of bounds if it was a real array

Expected behavior

Table stays in sync with numRows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants