-
-
Notifications
You must be signed in to change notification settings - Fork 8
fix: typescript-build-issues related to DepthPicking and Linocut #175
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
Conversation
} | ||
const props = defineProps<DepthPickingPassPmndrsProps>() | ||
const composer = inject(effectComposerInjectionKey) | ||
const pass = new DepthPickingPass(props) | ||
const pass = shallowRef(new DepthPickingPass(props)) |
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.
We discussed this a while ago with @Tinoooo about the responsiveness of the pass. #164 (comment)
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.
I don't see anything problematic apart from shallowRef that we can discuss...
… object
commit: |
No description provided.