Skip to content

Remove findDOMNode in about-us page #1899

@taylrj

Description

@taylrj

Currently, when running make lint in this repo, it still suffers from react/no-find-dom-node warnings:
image

The reason we want to have no warning when using eslint --fix is we'd like to enable the linter on CI but the warnings will break it.

To be precise, we need to refactor away use of the deprecated API findDOMNode in about-us page.

Related thread: #1877

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions