boy51

Results 4 issues of boy51

**I was trying to...** In a nestjs app, I recieve a DTO as part of a POST request. This DTO is used to create an entity in the DB. But...

Are there plans for this library to support react 18? Or is anyone using it in production with react 18 already?

help wanted
needs investigation

Hi, thanks for this package, been enjoying using it! I have a basic question I couldn't find an answer for. So we have `@pixi/events`, which apparently is better than `InteractionManager`...

Hi, ```ts const Memo = React.memo(props => { console.log(props); if (!props.position) throw new Error("No position"); return Yolo; }); function App() { return ( ); } ``` The Memo component in...