We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2ad86 commit 1c6d531Copy full SHA for 1c6d531
src/utils/prepareMDX.js
@@ -7,7 +7,7 @@ import {Children} from 'react';
7
// TODO: This logic could be in MDX plugins instead.
8
9
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10
-export const PREPARE_MDX_CACHE_BREAKER = 2;
+export const PREPARE_MDX_CACHE_BREAKER = 3;
11
// !!! IMPORTANT !!! Bump this if you change any logic.
12
13
0 commit comments