Skip to content

Commit

Permalink
Remove redundant batching
Browse files Browse the repository at this point in the history
... it is enabled implicitly
  • Loading branch information
Joozty committed Sep 8, 2020
1 parent de0871d commit fe24538
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/_app/index.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react'
import NextApp from 'next/app'
import 'mobx-react-lite/batchingForReactDom'
import { withRouter } from 'next/router'
import '@oacore/design/lib/index.css'
import './global.css'
Expand Down

1 comment on commit fe24538

@vercel
Copy link

@vercel vercel bot commented on fe24538 Sep 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.