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 GLTFExporter setPlugins return type #214

Merged

Conversation

robertlong
Copy link
Contributor

@robertlong robertlong commented May 11, 2022

Why

setPlugins() currently has no return type, which is an implicit any type. In our environment implicit any is disabled and we are typechecking libraries at the moment. The following error occurs with v140 https://github.com/matrix-org/thirdroom/runs/6284942291?check_suite_focus=true#step:5:6

What

Make setPlugins() return type void

Checklist

  • Checked the target branch (current goes master, next goes dev)
  • Added myself to contributors table
  • Ready to be merged

@robertlong robertlong changed the title Fix setPlugins return type Fix GLTFExporter setPlugins return type May 11, 2022
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.

The 140 types don't compile, while 139 does - GLTFExporter.
2 participants