pixi-react
pixi-react copied to clipboard
Destroy application on unmount
Description of change
<Application>
will now be destroyed when unmounted.
Pre-Merge Checklist
- [ ] Tests and/or benchmarks are included
- [ ] Documentation is changed or added
- [x] Lint process passed (
npm run lint
) - [x] Tests passed (
npm run test
)