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

Fix the types #519

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Fix the types #519

merged 1 commit into from
Aug 1, 2024

Conversation

trezy
Copy link
Collaborator

@trezy trezy commented Aug 1, 2024

Description of change

Just restoring the types to a working state, since they were broken in beta.6.

Fixes: #518

Pre-Merge Checklist
  • Lint process passed (npm run lint)
  • Tests passed (npm run test)

Some environments were complaining about having `.ts` on all the
imports. That's _stupid_ because it's closer to the actual import spec,
but whatever. 🤷🏻‍♂️
@trezy trezy added bug Something isn't working v8 Issues related to Pixi React v8 labels Aug 1, 2024
@trezy trezy self-assigned this Aug 1, 2024
@trezy trezy changed the base branch from main to beta August 1, 2024 15:17
Copy link

codesandbox-ci bot commented Aug 1, 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 5b1e15c:

Sandbox Source
pixi.js-sandbox Configuration

@trezy trezy merged commit 63dd479 into beta Aug 1, 2024
4 checks passed
@trezy trezy deleted the 518-bug-the-types-are-borked-in-beta6 branch August 1, 2024 15:17
Copy link

github-actions bot commented Aug 1, 2024

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

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: The types are borked in beta.6
1 participant