-
Notifications
You must be signed in to change notification settings - Fork 824
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
Add a new lit component <extra-model> which will console.log a message when it's being added to <model-viewer> #4904
base: master
Are you sure you want to change the base?
Conversation
…ing options declerative
import {ContextLostEvent, Renderer} from './three-components/Renderer.js'; | ||
import {clamp, debounce} from './utilities.js'; | ||
import {ProgressTracker} from './utilities/progress-tracker.js'; | ||
import { ReactiveElement } from 'lit'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like your formatter isn't set up to use our .clang-format style. Can you fix that to clean up this diff?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
had to do it manually, somehow vscode doesn't pick that for me:
./node_modules/.bin/clang-format -i packages/model-viewer/src/model-viewer-base.ts
…el-viewer-base.ts
* updated chai * try to update Lit * update TS
* fixed two examples bugs * hiding the lines * simplify
Reference Issue