Skip to content

Commit

Permalink
fix unstable_useRefreshRoot typing (#32364)
Browse files Browse the repository at this point in the history
align with re-exports in entry file
  • Loading branch information
huozhi committed Dec 10, 2021
1 parent 7df7c5e commit c21806e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/rsc.d.ts
@@ -1 +1 @@
export * from './dist/client/rsc'
export { useRefreshRoot as unstable_useRefreshRoot } from './dist/client/rsc'

0 comments on commit c21806e

Please sign in to comment.