Skip to content
This repository was archived by the owner on Dec 4, 2022. It is now read-only.
This repository was archived by the owner on Dec 4, 2022. It is now read-only.

React warnings being emitted in block editor #4

@westonruter

Description

@westonruter

I'm seeing some warnings from React being emitted in the editor which are emanating from carousel.js:

  • Warning: Invalid DOM property stroke-width. Did you mean strokeWidth?
  • Warning: Invalid DOM property stroke-linejoin. Did you mean strokeLinejoin?
  • Warning: Invalid DOM property stroke-linecap. Did you mean strokeLinecap?
  • Warning: React does not recognize the outsetArrows prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase outsetarrows instead. If you accidentally passed it from a parent component, remove it from the DOM element.
  • Warning: Received false for a non-boolean attribute rtl. If you want to write it to the DOM, pass a string instead: rtl="false" or rtl={value.toString()}. If you used to conditionally omit it with rtl={condition && value}, pass rtl={condition ? value : undefined} instead.
  • Warning: Invalid DOM property class. Did you mean className?
  • Warning: Received false for a non-boolean attribute group. If you want to write it to the DOM, pass a string instead: group="false" or group={value.toString()}. If you used to conditionally omit it with group={condition && value}, pass group={condition ? value : undefined} instead.
  • Warning: Invalid DOM property tabindex. Did you mean tabIndex?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions