Skip to content

Commit

Permalink
Remove reference to scheduler.
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonicus committed Jan 17, 2024
1 parent 1a98134 commit 1069c89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/@react-facet/dom-fiber/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ export * from './types'
export * from './createPortal'
export * from './createFiberRoot'
export * from './createReconciler'
import scheduler from 'scheduler'

// scheduler.unstable_forceFrameRate(120)

export type RootType = {
render(children: ReactElement): void
Expand Down

0 comments on commit 1069c89

Please sign in to comment.