ie:
import {neverIntercept} from "trpc-intercept-link";
function Foo () {
const {data} = trpc.service.procedure.useQuery(input, { meta: { neverIntercept } })
}
Implement this api and use it to make sure GamePlayPage's game.read request is never intercepted. Then remove isOnEditorPage hack from shouldUseOfflineGameService
ie:
Implement this api and use it to make sure GamePlayPage's
game.readrequest is never intercepted. Then removeisOnEditorPagehack fromshouldUseOfflineGameService