Sebastian Alff
Sebastian Alff
I've played with this a bit more and I believe this fix is now working as intended.
In my case it helped to simply wrap `createPortal` in a fragment, i.e. instead of ```tsx bla {createPortal(Hello, World!, targetEl)} ``` do ```tsx bla {createPortal(Hello, World!, targetEl)} ``` Console error...
For anyone interested in this: Based on @DimitriPapadopoulos suggestion, here is a Github action, that builds OpenConnect from source and successfully connects to our VPN using the `fortinet` protocol. ```yml...
oh well, the same thing happens if I use an older zod version - I just tested 3.16.1. Maybe that means that my zod version has to match the one...
Apologies for the late reply and thanks a lot for looking into this. This issue isn't critical for me any more - I decided to work around this issue by...
> Is there a reason to avoid making it a peer dependency? I would assume that setting the exact version as a peerDependency would force the package manager to always...
I'm also having this issue (as reported in the original issue, with `http://kong` in the confirmation email) with a mostly default self-hosting docker-compose.yml + .env. The issue is present with...
I'm experiencing the same issue. Unfortunately, the proposed fix doesn't seem to do anything in my case.
Here is what did the trick for me (using pnpm as the package manager and an embedded sanity studio) In my package.json (in my case, it's a monorepo, so it...
Thank you for your help! I created a minimal reproducer: https://github.com/donalffons/emscripten-cmake-dynamic-libraries This builds and runs fine with a native build using gcc on linux. It has the following structure: ```mermaid...