From fd83de177ac2c6347627244327fd3b855d35d5cb Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Mon, 13 Sep 2021 17:29:36 -0300 Subject: [PATCH] Add TODOs for react-router-dom migration --- src/components/NavTab.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/NavTab.tsx b/src/components/NavTab.tsx index 83cf6d8..b8ff811 100644 --- a/src/components/NavTab.tsx +++ b/src/components/NavTab.tsx @@ -6,6 +6,8 @@ type NavTabProps = { href: string; }; +// TODO: migrate activeClassName because of: https://github.com/remix-run/react-router/releases/tag/v5.3.0 +// TODO: @types/react-router-dom still doesn't support function in className const NavTab: React.FC = ({ href, children }) => (