Skip to content

Commit

Permalink
Disable "Loading" text when page is loading
Browse files Browse the repository at this point in the history
  • Loading branch information
piecioshka committed Sep 10, 2018
1 parent b433837 commit aeae4f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ Example snippet:
import dynamic from 'next/dynamic'
const Odometer = dynamic(import('react-odometerjs'), {
ssr: false
ssr: false,
loading: () => 0
});
...
Expand Down

0 comments on commit aeae4f6

Please sign in to comment.