pixi-react
pixi-react copied to clipboard
Write PIXI apps using React declarative style
Hello @inlet , thanks for your amazing work! I've started working on updating react-pixi to support react 18. We're currently using react-pixi along with react-three-fiber (for webxr stuff) and we're...
### Description `oldProps` is defined [here](https://github.com/inlet/react-pixi/blob/master/index.d.ts#L333) as `oldProps: Readonly,`, however on first render it is an empty object. This can cause errors when attempting to access `oldProps` values on first...
### Description seems related: https://github.com/inlet/react-pixi/issues/306 ``` react-dom.development.js:22665 Uncaught Error: Expected subtree parent to be a mounted class component. This error is likely caused by a bug in React. Please file...
### Description Error with "Container" component type, the children prop is omitted ### Steps to reproduce 1.Create React functional component 2. returns Container component with Graphics component as children `...
### Description Greetings, I've faced some strange bevahior. If I refresh the page with opened dev-tools, pixi crashes. If it's closed, pixi works good. Project contains bare `Stage` component. I...
### Description ### Steps to reproduce 1. I just added Stage at any components and get error "Cannot set properties of undefined (setting 'autoStart')" Maybe something wrong with webpack config...
### Current Behavior When I start (npm run dev) in next.js I get the error ReferenceError: Worker is not defined at Object. (S:\My Projects\spores\node_modules\@pixi\assets\lib\_virtual\checkImageBitmap.worker.js:22:30) I tried to change next.config.js with...
### Current Behavior renders the bunny but not the hello world(?) ### Expected Behavior renders the hello world ### Steps to Reproduce copy from readme running example on stackblitz https://stackblitz.com/edit/vitejs-vite-8xdhfy?file=src%2FApp.tsx...
##### 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...
### Current Behavior When having a conditional child for a `` within a `` the child does not reappear once removed. ### Expected Behavior The blue line should become visible...