Skip to content

Commit 397b6b6

Browse files
committed
fix: remove development condition
1 parent f473b27 commit 397b6b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/docs/app/_hooks/useStartMSW.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export const useStartMSW = () => {
55
const flagRef = useRef<boolean>(false);
66

77
useEffect(() => {
8-
if (process.env.NODE_ENV !== "development") return;
98
if (flagRef.current) return;
109

1110
const initWorker = async () => {

0 commit comments

Comments
 (0)