I'm looking for some accommodating a large 3rd-party software for a 1st-party concern.
I have a Popover,
With 3rd-party GUI that is along the window's right-side,
That throws Warning: findDOMNode is deprecated in StrictMode.
I'd fix it if I could.
Normally, the Popover opening accommodates the window-view,
But this Popover extends past the right-side.
But-the-but, when I resize the window then the Popover fits itself back inside.
What is going on here?
Because, I can't figure out how to: window.location.reload()
or id.hide().show()
without wiping the React.Function.Component
.
Which the Popover needs because I've been told that React.Class.Component
doesn't work with React-Hooks.
Again - what is going on here? So I can fix it.