Tino Koch

Results 28 comments of Tino Koch

The prop will be removed in v5.

The same issue exists witht he css. It is injected into the DOM on every single page. Even if the monaco editor isn't used anywhere.

We should basically check all composables whether they need refactoring. I just had a glimpse at `useLoop`. It manually sets the context to the loop created in the parent composable....

> So, when are you planning to support the features of WebGPU? @daLeiStrive I answered your question before. WebGPU will be available with v5 (see [this issue](https://github.com/Tresjs/tres/issues/883)). See the sub-issues...

@AlaricBaraou Thank you for pointing to this. 🙌 I applied your suggestion to the changes we made concerning v5 [here](https://github.com/Tresjs/tres/pull/1046).

I'm closing this PR as the changes are reflected with the release of v5 now.

In the scope of this issue we should cleanup the composable calls in event callbacks. This already leads to an `onUnmounted` call when there is not component instance yet. See...

@alvarosabu Before this PR, there was logic that assumed the renderer would be ready after 100 ms, as Tres was considered "degenerate." What does this mean and do we still...