Tomm Huth

Results 13 issues of Tomm Huth

When using `I18nProvider` from `@lingui/react` in a Next app, I got a consistent console warning every-time warning that ``` I18nProvider did not render. A call to i18n.activate still needs to...

See the basic demo where a sphere moves at a fixed pace (using `api.velocity.set`) along a plane: https://codesandbox.io/s/shaky-986lm?file=/src/index.js. the sphere will every now and then exhibit some shakiness, as if...

React has deprecated their own `propTypes` and will remove it in v16. Use the `prop-types` package instead.

When adding a custom depth material to an instanced mesh, the material never attaches, [see this Codesandbox](https://codesandbox.io/s/vibrant-brown-553so0?file=/src/App.js), using `8.6.2`. I have gotten it to work previously with `react-three-fiber` v7.0.2. Am...

I'm trying to use the `easeInOutCubic` function from easings.net but that does not seem to work as the object just teleports to its destination ```ts function easeInOutCubic(x: number): number {...

using `$("#element").animate({top: "50%"})` would result in `top` being animated to `50px` instead.

I’ve made a simple [demo](https://codesandbox.io/s/jumpy-body-position-3qpv5) where a sphere is moving forward with a fixed velocity along a plane. Occasionally the position of the sphere will skip forward slightly, then immediately...

**2. Describe the bug** Framer Motion `v11.0.12`: When state changes very quickly `AnimatePresence` gets stuck and out of sync and no longer removes the element but instead always animates it...

bug

**2. Describe the bug** When `target` element for `useScroll` uses `translate,` the `translate` is not taken into account when calculating target position. Can't see anything in the docs that should...

bug

I'm using the [webgpu cube example](https://github.com/CodyJasonBennett/four/blob/main/examples/webgpu-cube.ts ) and added a few more uniforms to test stuff out (sorry, I couldn't get this to work on Codesandbox): ```wgsl struct Uniforms {...

bug