Skip to content

Commit

Permalink
fix inconsistency on differents oss when resolving types (@types/node)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbohlender committed Dec 19, 2024
1 parent 555c503 commit 160d302
Show file tree
Hide file tree
Showing 3 changed files with 3,780 additions and 3,020 deletions.
3 changes: 3 additions & 0 deletions packages/xr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"fix:prettier": "prettier --write src",
"fix:eslint": "eslint 'src/**/*.ts' --fix"
},
"devDependencies": {
"@types/node": "^22.10.2"
},
"peerDependencies": {
"three": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/xr/src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ function createBindToSession(

//for debouncing the input source and tracked source changes
const inputSourceChangesList: Parameters<typeof syncXRInputSourceStates>[2] & Array<unknown> = []
let inputSourceChangesTimeout: number | undefined
let inputSourceChangesTimeout: NodeJS.Timeout | undefined

const applySourcesChange = () => {
inputSourceChangesTimeout = undefined
Expand Down
Loading

0 comments on commit 160d302

Please sign in to comment.