Peter Hevesi
Peter Hevesi
Ok, the mentioned repo is not perfect to reproduce the issue, because it doesn't open the dialog automatically on navigation , only if logged in... If necessary, I can create...
Might be related to issue #6153 ?
https://github.com/coneno/case-web-app-core/commit/223045de8ac9a0aeb791a1b175678b37c48289b0 I made this change here, so now the app would try to open a modal at every click on a navbar item. At first visit of a page the...
They are enabled now globally (wrapped into a react component that is included in react lib of our own and imported here). I am thinking right now, how to make...
Not sure if relevant, but here is the component that is used for the modal: https://github.com/coneno/case-web-ui/blob/next/src/components/dialogs/Dialog.tsx (In the demo up without the `animation={false}`) This is bundled using rollup and imported...
Could it be that due to some other processes triggered in the useEffect and animation started, the `node` is not set yet?