Edwin Bos
Edwin Bos
> Don't think we can do much about this, you'd have to look for solutions within stitches repo... [stitchesjs/stitches#534](https://github.com/stitchesjs/stitches/discussions/534) > > If we ever hit 1.0 with Leva I think...
Having the same problem using the Material UI \ component. - "@mui/material": "5.8.0" - "@react-three/drei": "9.11.2" - "@react-three/fiber": "8.0.19" - "three": "0.140.2" Using \ until this is fixed. Insprired by...
@nicgirault Thanks for the reply, res.bodyInterface is just a tiny interface I added myself in a middleware function.
> > I think currently it's not possible to tweak the ArToolkitContext paramaters: https://ar-js-org.github.io/AR.js-Docs/marker-based/#threexartoolkitcontext > > I would like to turn down maxDetectionRate a bit to save some CPU power...
Can second this, took me way too long to figure out why my scene looked so bad with all the z fighting going on. @rafelis1997 Thank you so much for...
I am running into this problem as well, mesh click handlers are not fired. Any updates on this?
Translation also fails when I am using an Input inside a FormDataConsumer For example: ```JS {({ formData, ...rest }) => ( {formData.userTypeId === 2 &&
@djhi Also I am using the Enterprice edition, could you please fix this as soon as possible?
Having the same issue when I use an custom Edit form made with those instructions: https://github.com/marmelab/react-admin/blob/e1ad7e6485b39a341d4d45e93b489fde5f333eea/docs/CreateEdit.md#usecreatecontroller The translations worked fine in the old style Edit form. I have no experience...
@fzaninotto @djhi can you please take another look at this?