Skip to content

Commit

Permalink
rename import to unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Feb 14, 2020
1 parent f904eae commit af27728
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/integration/prerender/pages/catchall/[...slug].js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useFallback } from 'next/fallback'
import { useFallback } from 'next/unstable-fallback'

export async function unstable_getStaticProps({ params: { slug } }) {
if (slug[0] === 'delayby3s') {
Expand Down

0 comments on commit af27728

Please sign in to comment.