dennemark
dennemark
Running into this issue again... All @thi.ng/umbrella libraries are esm and therefore not useable :( It might relate to this issue, that was unfortnately closed in typescript repo: https://github.com/microsoft/TypeScript/issues/43329 typescript...
Here is a workaround that might suit you in some cases. In my case I am importing tinypool. The workaround is currently needed, since typescript compiles an import to a...
Typescript 5.3. might be helpful, too, soon: https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/#stable-support-resolution-mode-in-import-types ``` // Resolve `pkg` as if we were importing with a `require()` import type { TypeFromRequire } from "pkg" with { "resolution-mode":...
I have just created a PR (independently of your issue :D) that changes the render hook of HTML from onBeforeRender to onAfterRender. Maybe this solves already the issue? https://github.com/brianzinn/react-babylonjs/pull/261 Otherwise...
Can you reproduce it in a codesandbox? I updated dependencies and could not reproduce: https://codesandbox.io/s/affectionate-hypatia-w7rqz6?file=/src/App.tsx But the way you describe it with the refetch, I am wondering, if the Html...
What happens, if you just display some div with text, instead of MachineStatus within that component? You are not using occlude on Html right? As soon as @brianzinn pushes the...
Try this: https://codesandbox.io/s/priceless-khorana-uusur0?file=/src/App.tsx It has its own implementation of Html. It uses Tunneling - I just named it this way, since it sends react components from one renderer to another......
Very nice! I tried to convert, but there were more issues than expected, so I had to postpone it. Nice that it worked. Sure you can use your own random...
Hi Denys, these days I am a bit busy. Not sure when I find time. If I manage, I will let you know! The HTML element itself is placed as...
@DefaultV does this also happen, when you place the Html in its own component? So the component with scene just has something like ? It might be better to update...