Skip to content

inert attribute causing React warning in block-editor #14

@timbowen

Description

@timbowen

Fix "Warning: Invalid DOM property inert. Did you mean inert="true"?"

Location

File: /src/taxonomy/edit.js, line 97

Current code

<select
    className="wp-block-query-filter-taxonomy__select wp-block-query-filter__select"
    inert
>

Proposed Fix

<select
    className="wp-block-query-filter-taxonomy__select wp-block-query-filter__select"
    inert="true"
>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions