Oliver Zell
Oliver Zell
Useful when targeting ES6 and above
The serializer of DistanceJoint saves the values of `m_impulse`, `m_gamma` and `m_bias`. This has no affect in the deserialize method, because their value is hard coded to zero in the...
_DISCLAIMER: The use of [conditional types](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-8.html#conditional-types) and [`ReturnType`](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-8.html#predefined-conditional-types) in this PR requires the user to use at least Typescript 2.8. Right now the use of [generic parameter defaults](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-3.html#generic-parameter-defaults) in helper.d.ts...
Hey! Thanks for this plugin. This is just a minor edge case we came across. We are not sure whether solving these kinds of naming conflicts is scope of this...
Relevant commit on box2d: 0a2e35a0e24271468014ea9f118088c3f75e3363 ~~There is definitely something wrong with the current implementation 😅 Will look into it~~ Works now, I forgot to clear the move flags
Let's see if we can update to 2.4.1 in a reasonable time. There are some breaking changes so I want to get them into 1.0. ## Current state * Planck...
Relevant commit on box2d: 8abac473a51de9914608a0134299dd9f2d5982a5
Commits: * ad2c44ce802cf04e1b16c41e8bc2c5bcecc7283f Sadly there is also an error currently in this implementation
### Description Since pixi.js 7.1 the type of `Text.style` is `PIXI.TextStyle | Partial`. But pix-react-fiber only allows to set `PIXI.TextStyle` objects as style attribute (since 7.1 every property is required...
##### Description of change Update the typings of `applyProps` to show that `oldProps` can be an empty object (this happens on the first render). To access properties on `oldProps` users...