Saul Liang
Results
1
comments of
Saul Liang
@amolagre I had the same `ModuleNotFoundError` error as you, but it seems to work by importing the `next-12` version specifically: ``` import { MemoryRouterProvider } from "next-router-mock/MemoryRouterProvider/next-12"; ```