GitOrigin-RevId: df957893c8495c582d721716daa20030deb02f72
@@ -1,5 +1,6 @@
import { useEffect } from 'react'
import fetchMock from 'fetch-mock'
+fetchMock.config.fallbackToNetwork = true
/**
* Run callback to mock fetch routes, call restore() when unmounted