Closed koenigstag closed 2 years ago
Thanks @koenigstag - this looks great ๐. I'll merge this into master and publish to npm after work ๐
Hey @koenigstag - I've just published v1.1.0
containing your pull request + some additional fixes.
Thanks for your contribution ๐
Tested game engine today for the first time and found some react warnings. Fixed: 1) Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. 2) A string ref, "container", has been found within a strict mode tree. String refs are a source of potential bugs and should be avoided. We recommend using useRef() or createRef() instead.