by using useEffect (internally) to manage the state changes on the loading of the component it causes a number of problems if you do anything stateful down-stream, basically causing most scenarios to violate the rules of hooks.
As an example useContext will not work in any of the remotely loaded controls due to this, it should at least be in the caveates.
Or hopefully I am just dumb and missed something.
😄