Andrea Verlicchi
Andrea Verlicchi
Possible fix: Add the `_xlfn.` string in front of function name seems to solve, even if I don't know why. So updating my code with: ```js worksheet.fillFormula( `J2:J${lastRowNumber}`, '_xlfn.IFS(I21, "(+)")'...
If we could just set it to an empty function, at least we wouldn't get errors when test code executes something like `videoElement.load()`. I know we could just mock it...
I filed a bug to this library. In the meantime, @matteralus solution solved for me too.
Hey @jellohouse, sorry for not replying before, I got overwhelmed by work. > I see in the network tab, that after the component is unmounted (a new page is loaded)...
Yea it would be. The problem is that “the component unmounts” is not a web standard (unless you use native web components), so it wouldn’t be a modification working everywhere.
Hey @baszero , thank you for opening this, and sorry for the delay in this reply. I am unable to reproduce the issue in any of the demos provided with...
In the meantime, you could solve by turning off the option `cancel_on_exit` (just set it to false), but then you would lose the ability to cancel requests for images that...
Hey @baszero, > with the property cancel_on_exit set to true I could also see a beheaviour where it causes a never ending loop. I can understand, because that doesn't change...
> Hi verlok, many thanks. by "shape" you mean the dimensions? Yes. > All images have no width and height, as they are not known, the will fit responsively into...
Let me know if you solved the issue already, with my (late, sorry) comments or in some other way.