Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply events on first render #532

Merged

Conversation

trezy
Copy link
Collaborator

@trezy trezy commented Aug 29, 2024

Description of change

Events will now be applied the first time a component is rendered.

Fixes: #520

Pre-Merge Checklist
  • Tests and/or benchmarks are included
  • Documentation is changed or added
  • Lint process passed (npm run lint)
  • Tests passed (npm run test)

@trezy trezy added bug Something isn't working v8 Issues related to Pixi React v8 labels Aug 29, 2024
@trezy trezy self-assigned this Aug 29, 2024
Copy link

codesandbox-ci bot commented Aug 29, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 0f41857:

Sandbox Source
pixi.js-sandbox Configuration

@trezy trezy force-pushed the 520-bug-events-on-a-sprite-dont-work-on-initial-run-using-vite branch from 27e072e to 0f41857 Compare August 29, 2024 12:58
@trezy trezy changed the base branch from main to beta August 29, 2024 12:58
@trezy trezy merged commit 5b0dd85 into beta Aug 29, 2024
4 checks passed
@trezy trezy deleted the 520-bug-events-on-a-sprite-dont-work-on-initial-run-using-vite branch August 29, 2024 12:59
Copy link

🎉 This issue has been resolved in version 8.0.0-beta.11 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released on @beta v8 Issues related to Pixi React v8
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: events on a Sprite don't work on initial run using Vite
1 participant