Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip warnings for Image not rendered to the dom (vercel#32049)
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.
- Loading branch information