Why am I getting this warning `No duplicate props allowed react/jsx-no-duplicate-props` September 4, 2023 by Tarik You probably passed the same prop twice to a Component. e.g. <MyComponent someProp={'a'} someProp={'b'} />