I am making a simple table and anytime i hover over any icon i get a huge warning about how findDOMNode is deprecated in StrictMode.
I know i can build the project and not have this error anymore but if its deprecated i would rather not have this issue cause a problem in the future.

the code is very straight forward i just added an empty table like so with its icons;


Im not making anything special with this table just a standard table and it always shows this error. is everyone else getting the same warning?
Thank you!
I have the same issue, also when I hover over an icon. I've looked for ways to get rid of it but as I'm quite new to coding I don't know where to even start fixing.
+1
EDIT: temporary fix is to remove the <React.StrictMode> from index.js