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(types): compatibility with @types/three@0.167.0 #375

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

Methuselah96
Copy link
Contributor

Why

The Matrix interface was removed in @types/three@0.167.0. Matrix4 seems like the better type anyway.

What

Replace use of Matrix interface with Matrix4.

Checklist

  • Ready to be merged

The `Matrix` interface was removed in [@types/three@0.167.0](https://github.com/three-types/three-ts-types/releases/tag/r167). `Matrix4` seems like the better type anyway.
Copy link

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.

@CodyJasonBennett CodyJasonBennett merged commit 40a4d33 into pmndrs:main Jul 25, 2024
3 checks passed
Copy link

🎉 This PR is included in version 2.30.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants