Skip to content

React props exposed to DOM elements in Toolbar #4149

@seanforyou23

Description

@seanforyou23

Describe the issue. What is the expected and unexpected behavior? Seeing warnings in the console for DataToolbar

Please provide the steps to reproduce. Feel free to link CodeSandbox or another tool. Run latest v4 branch and navigate to http://localhost:8000/documentation/react/components/datatoolbar

Is this a bug or enhancement? If this issue is a bug, is this issue blocking you or is there a work-around? Bug

Warning: React does not recognize the `clearAllFilters` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `clearallfilters` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
Warning: React does not recognize the `clearFiltersButtonText` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `clearfiltersbuttontext` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
Warning: React does not recognize the `showClearFiltersButton` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `showclearfiltersbutton` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
Warning: React does not recognize the `isExpanded` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `isexpanded` instead. If you accidentally passed it from a parent component, remove it from the DOM element.
Warning: React does not recognize the `toolbarId` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `toolbarid` instead. If you accidentally passed it from a parent component, remove it from the DOM element.

Screen Shot 2020-04-29 at 12 30 30 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions