Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyJasonBennett committed Apr 22, 2024
1 parent cedf250 commit c147c8e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion packages/fiber/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference types="react/experimental" />
import * as ReactThreeFiber from './three-types'
export { ReactThreeFiber }
export * from './three-types'
Expand Down
1 change: 0 additions & 1 deletion packages/fiber/src/native.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference types="react/experimental" />
import * as ReactThreeFiber from './three-types'
export { ReactThreeFiber }
export * from './three-types'
Expand Down
8 changes: 0 additions & 8 deletions packages/shared/setupTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@ import { WebGL2RenderingContext } from '@react-three/test-renderer/src/WebGL2Ren
import { extend } from '@react-three/fiber'
import 'regenerator-runtime/runtime'

const error = console.error
console.error = function () {
const message = Array.from(arguments).join('')
if (message.includes('Expected host context to exist')) return

return error.apply(this, arguments as any)
}

declare global {
var IS_REACT_ACT_ENVIRONMENT: boolean
}
Expand Down

0 comments on commit c147c8e

Please sign in to comment.