Skip to content

Commit

Permalink
Fixes EuiInMemoryTable resetting when props update (#1008)
Browse files Browse the repository at this point in the history
* use the correct object when looking at the previous items

* added regression test

* changelog

* updated changelog
  • Loading branch information
chandlerprall authored Jul 13, 2018
1 parent aed62f7 commit 21cea65
Show file tree
Hide file tree
Showing 5 changed files with 638 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## [`master`](https://github.com/elastic/eui/tree/master)

No public interface changes since `2.0.0`.
**Bug fixes**

- `EuiInMemoryTable` no longer resets to the first page on prop update when `items` remains the same ([#1008](https://github.com/elastic/eui/pull/1008))

## [`2.0.0`](https://github.com/elastic/eui/tree/v2.0.0)

Expand Down
Loading

0 comments on commit 21cea65

Please sign in to comment.