-
Daniel authored
* Table Preview API uses 'takeLatest' instead of 'takeEvery' to ignore outdated requests * Blocks the table-details from rendering until new data is fetched. This prevents the subcomponents from rendering briefly in between page loads, causing the preview button from requesting more data * Renamed `didInitialLoad` to `didComponentMount`