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