chronograf/ui/test/shared
Christopher Henn c04cf10b72 Fix empty raw data view
Updates the `RawFluxDataTable` to always accept dimensions from a
parent, rather than measuring them by itself. The `RawFluxDataTable` is
only used within a `RefreshingGraph`, and a `RefreshingGraph` has been
recently changed to measure dimensions.

Also changes the approach used to minimize unnecessary calls to
`parseResponseRaw`. Recent changes (#4650) caused the
`getDerivedStateFromProps` approach to re-parse data on every scroll
event (the exact opposite of what it was intended to do).

Now, the `memoizeOne` helper is used directly inside the render method
instead.
2018-10-30 09:07:21 -07:00
..
annotations [#4119] Support scoped annotations 2018-08-08 16:21:00 -07:00
apis Fix linter errors 2018-08-09 13:54:27 -07:00
components Fix empty raw data view 2018-10-30 09:07:21 -07:00
parsing Show errors instead of 'No Results' when error occurs 2018-10-19 10:07:51 -07:00
presenters Will pass all tests using jest 2018-03-01 11:16:02 -07:00
query Fix moment warnings 2018-03-01 11:16:03 -07:00
reducers Update failing tests and add test 2018-08-16 09:52:00 -07:00
utils Remove explicit injection of TimeMachineContainer 2018-10-04 16:09:55 -07:00