You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have two warnings with the lib, it's errors that we wan only fix in the lib:
Warning: Received `false` for a non-boolean attribute `mirrored`.
If you want to write it to the DOM, pass a string instead: mirrored="false" or mirrored={value.toString()}.
If you used to conditionally omit it with mirrored={condition && value}, pass mirrored={condition ? value : undefined} instead.
react-dom.development.js:86 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.
The text was updated successfully, but these errors were encountered:
Hello, I have two warnings with the lib, it's errors that we wan only fix in the lib:
The text was updated successfully, but these errors were encountered: