[React / Bugfix] Unknown Prop Warning
버그 내용 Warning: React does not recognize the `computedMatch` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `computedmatch` instead. If you accidentally passed it from a parent component, remove it from the DOM element. 원인 react warning computedMatch regarding some case issues? I have props named as isAuthenticated and it also..
2021.10.04