Hi I got following error once used with React "16.4.1".
Is that something that you noticed as well?
Warning: React does not recognize the `aspectRatio` prop on a DOM element.
If you intentionally want it to appear in the DOM as a custom attribute,
spell it as lowercase `aspectratio` instead.
If you accidentally passed it from a parent component,
remove it from the DOM element.
in div (created by Bare)
in Bare (created by Img)
Hi I got following error once used with React "16.4.1". Is that something that you noticed as well?