Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Jul 12, 2023
1 parent df2c2fd commit 0e45425
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion packages/fiber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react-reconciler": "^0.27.0",
"react-use-measure": "^2.1.1",
"scheduler": "^0.21.0",
"suspend-react": "^0.1.0",
"suspend-react": "^0.1.3",
"zustand": "^4.1.2"
},
"peerDependencies": {
Expand Down
16 changes: 0 additions & 16 deletions packages/fiber/src/core/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,6 @@ import type { DomEvent, EventManager, PointerCaptureTarget, ThreeEvent } from '.
import { calculateDpr, type Camera, isOrthographicCamera, prepare, updateCamera } from './utils'
import type { FixedStage, Stage } from './stages'

// Keys that shouldn't be copied between R3F stores
export const privateKeys = [
'set',
'get',
'setSize',
'setFrameloop',
'setDpr',
'events',
'invalidate',
'advance',
'size',
'viewport',
] as const

export type PrivateKeys = typeof privateKeys[number]

export interface Intersection extends THREE.Intersection {
eventObject: THREE.Object3D
}
Expand Down

0 comments on commit 0e45425

Please sign in to comment.