DoneDeal0
DoneDeal0
I've found the fix. You need to pass `unstable_portal={false}` to the ``.
Because the fullscreen renders a specific DOM node. A portal can't be attached to it.
Indeed, the ad is only loaded once. The loaded state is never reset after the promise resolves. This should be fixed in a pull request. Another option would be to...
Hi, have you found a fix?
@erickzhao here is a basic repo: https://github.com/DoneDeal0/electron-build-fail If I remove it, the build works fine. Unfortunately, I need this lib. I have node `18.16.1`. The build fails on a machine...
@erickzhao hi, have you had time to research this issue?