Hi!
I’m working on a implementation of react-window-modal
However, i’m met with a curious problem.
No matter how it’s passed, child endpoints are never rendered. I.E endpoints stuck on the suspense fallback “
”
Content is rendered correct, as long as the modal is loaded after the initial pageload.
My original belief was that this was caused by the react-window-modal component destroying the rendered modal, and moving it outside the
, to a child of , and the render service wouldn’t look for anything outside the id “app”.
So i tried to… ctrl+f+replace every reference of “body” (validating correct syntax etc) to have the modals built inside .app. Obviously the viewing was horribad, but the endpoints didn’t load.
Does anyone have any idea as to why? Am i missing anything obvious?
Or is this just a simple case of “won’t work in UD, sorry bro”?