From d39fb337afa67608b6682c89dbf6e9d1a4f5e4f2 Mon Sep 17 00:00:00 2001 From: Mike Cunneen Date: Mon, 28 Feb 2022 15:24:37 +0800 Subject: [PATCH] Fix invalid html attribute 'colorScheme' browser error in Hamburger icon: Warning: React does not recognize the `colorScheme` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `colorscheme` instead. If you accidentally passed it from a parent component, remove it from the DOM element. --- src/components/Sidebar/Sidebar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Sidebar/Sidebar.js b/src/components/Sidebar/Sidebar.js index 5b63425fb..e2208cc8e 100644 --- a/src/components/Sidebar/Sidebar.js +++ b/src/components/Sidebar/Sidebar.js @@ -468,7 +468,6 @@ export function SidebarResponsive(props) { w="18px" h="18px" ref={btnRef} - colorScheme="teal" onClick={onOpen} />