From 565d82e378dfa828ab03fbea1423f79c5d63f895 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Sun, 14 Apr 2024 21:10:28 -0400 Subject: [PATCH] gh links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 36a901c..f4b9bc0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# [react-data-table-hydration-bug] -Repro of a [hydration error][react#418] in [react-data-table-component]'s [`Pagination` element][PaginationWrapper]. +# react-data-table-hydration-bug +Repro of a [hydration error][react#418] in [react-data-table-component]'s [`Pagination` element][PaginationWrapper] ([github]). [When the client window width][shouldShow] is < [599px][`SMALL`] or `undefined` (as during [SSR]), "rows per page" in the pagination footer [is omitted][shouldShows]. This causes a hydration error whenever the client window width is ≥599, as it is omitted on the server but rendered on the client. @@ -52,10 +52,10 @@ Uncaught Error: Minified React error #418; visit https://reactjs.org/docs/error- ``` ## Local repro -If you clone [the repo][react-data-table-hydration-bug], dev mode gives more details about the error (namely that it occurs in a hierarchy like `