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 TextureWidget componentDidUpdate to not crash React UI on aframe 1.6.0 #723

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

vincentfretin
Copy link
Contributor

This closes #722

@vincentfretin
Copy link
Contributor Author

Note this PR is okay to be merged, it doesn't crash anymore when you select an entity with a texture, but there is still an issue of changing the texture that's being discussed in #722

@vincentfretin
Copy link
Contributor Author

Okay, I just verified with aframe master by copying a build manually, the issue of changing the texture on the cube is definitely fixed with both this change and the changes from aframevr/aframe#5544
You can merge @dmarcos

@vincentfretin
Copy link
Contributor Author

I'm confirming aframevr/aframe#5549 fixes the issue of removing the texture on the cube.
@dmarcos can you please merge?

@dmarcos
Copy link
Member

dmarcos commented Jul 1, 2024

Thanks!

@dmarcos dmarcos merged commit 02792a8 into aframevr:master Jul 1, 2024
1 check passed
@vincentfretin vincentfretin deleted the fix-texture-widget branch July 1, 2024 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

React UI disappear when selecting a entity with texture on aframe 1.6.0 (works ok on aframe 1.5.0)
2 participants