Skip to content

Commit caf48ec

Browse files
Merge pull request #24 from storybookjs/valentin/re-add-exports
fix: Export additional cache utilities from the cache module
2 parents 15ff711 + 651b0b1 commit caf48ec

File tree

1 file changed

+1
-0
lines changed
  • src/plugins/next-mocks/alias/cache

1 file changed

+1
-0
lines changed

src/plugins/next-mocks/alias/cache/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ const cacheExports = {
2929
};
3030

3131
export default cacheExports;
32+
export { unstable_cache, revalidateTag, revalidatePath, unstable_noStore };

0 commit comments

Comments
 (0)