Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip warnings for Image not rendered to the dom #32049

Merged
merged 2 commits into from
Dec 3, 2021
Merged

Skip warnings for Image not rendered to the dom #32049

merged 2 commits into from
Dec 3, 2021

Commits on Dec 2, 2021

  1. Skip warnings for Image not rendered to the dom

    Some libraries, like react-slick, render their content to a detached element before attaching it to the dom. If the content of such libraries is Image components, they will report warnings because the display/position properties are undefined. This PR squelch the warnings for such cases.
    wnr authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    e8ac720 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    74b3c86 View commit details
    Browse the repository at this point in the history