You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/progress/components/LessonsProgress.stories.jsx
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -101,31 +101,33 @@ const testLessonIndex = [
101
101
},
102
102
];
103
103
104
+
constfakePUBLIC_URL=".";// should be '/typey-type' but that requires setting the Storybook environment variable for PUBLIC_URL and that in turn breaks other stories
0 commit comments