template-react-ts icon indicating copy to clipboard operation
template-react-ts copied to clipboard

Replaced forwardRef with ref. Expanded "Phaser Scene Processing" section.

Open RomanMiniv opened this issue 6 months ago • 0 comments

  1. Fixed typos in README.md.
  2. Replaced forwardRef with ref for React version 19 (https://react.dev/reference/react/forwardRef).
  3. The "Phaser Scene Processing" section has been expanded with detailed notes on non-trivial pitfalls. These subtle but important edge cases really confused me and required some time to research, so I believe the added information will be useful to anyone who encounters similar issues.

RomanMiniv avatar Aug 10 '25 20:08 RomanMiniv