react-image-magnify icon indicating copy to clipboard operation
react-image-magnify copied to clipboard

react_devtools_backend.js:3973 Warning: React does not recognize the `isFluidWidth` prop on a DOM element.

Open frankelly001 opened this issue 3 years ago • 4 comments

react_devtools_backend.js:3973 Warning: React does not recognize the isFluidWidth prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase isfluidwidth instead. If you accidentally passed it from a parent component, remove it from the DOM element.

frankelly001 avatar Apr 01 '22 23:04 frankelly001

Hi @frankelly001 can you provide more information? What react version are you on? Do you have a sandbox demonstrating this error?

gooftroop avatar Aug 16 '22 14:08 gooftroop

I can reproduce this using the current version 4.1.1. Note that isFluidWidth is also not in the TypeScript definitions, it's likely a README remain from the source repo of this fork here.

depoulo avatar Dec 01 '22 10:12 depoulo

In general, there are a couple of such remains, like lensComponent being available only in the types. I'm right now scanning the source code trying to find out if the in-place enlargement is actually supported or also only a README remain (found it only in the type definitions so far).

depoulo avatar Dec 01 '22 10:12 depoulo

I'm right now scanning the source code trying to find out if the in-place enlargement is actually supported or also only a README remain (found it only in the type definitions so far).

Found it! https://github.com/gooftroop/react-image-magnify/issues/2#issuecomment-948080842

depoulo avatar Dec 01 '22 10:12 depoulo