I have implemented dynamic import in components using next/dynamic to resolve loading issue. But sometimes when clicked on a image or text that is wrapped in next/Link, page reloads. There is no pattern or sequence of how page reloads, it just happens randomly when clicked next/Link.
Note: without dynamic import page is not reloading, reload issue occurring after implementing dynamic import
any reason why that happens and solution to resolve it