react-image-magnify
react-image-magnify copied to clipboard
react_devtools_backend.js:3973 Warning: React does not recognize the `isFluidWidth` prop on a DOM element.
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.
Hi @frankelly001 can you provide more information? What react version are you on? Do you have a sandbox demonstrating this error?
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.
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).
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