Verekia

Results 69 comments of Verekia

The workaround I'm doing in the meantime is using `useLazyQuery` instead. ```js const [foo] = useLazyQuery(fooQuery, { onCompleted: () => /* ... */ }) useEffect(() => { foo() }, [])...

I couldn't get it to work with all those tweaks. If someone could post the combination of packages that work with v9 of slider that would be great. An other...

Any chance we could revive this PR and make it happen? :) I'm also seeing some significant FPS drop when moving the joystick.

This still happens with Node v20.8.1 and npx. ``` > node -v v20.8.1 > npx gltfjsx model.glb -t -T -S model.glb does not exist. ```

I am talking about not installing gltfjsx but using it directly with `npx gltfjsx`, which is great for 1-shot CLI tools that you don't want to have in your dependencies...

Here is a workaround: ```js const defaultTheme = require('tailwindcss/defaultTheme') module.exports = { theme: { extend: { screens: { 'max-sm': { raw: `not all and (min-width: ${defaultTheme.screens.sm})` }, 'max-md': { raw:...

And while we're at it, if we're going to have multiple packages, would it make sense to also offer the WASM builds as an alternative to the `-compat` packages? That...

It's still happening for me. I clicked on the component in the left panel, and nothing showed up. Then, the error shows if I click `group` on the left. "@triplex/run":...

That did the trick! It doesn't even throw any more on `undefined` values.