Merge pull request 'fix: force-dynamic on recharts pages (FIBEROPS-249)' (#21) from fix/force-dynamic-recharts-pages into main

This commit was merged in pull request #21.
This commit is contained in:
2026-04-01 04:39:57 +00:00
3 changed files with 9 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
"use client";
export const dynamic = "force-dynamic";
import { useState } from "react";
import { useQuery } from "@tanstack/react-query";

View File

@@ -1,4 +1,7 @@
"use client";
export const dynamic = "force-dynamic";
import { useQuery, useMutation } from "@tanstack/react-query";
import { useRouter } from "next/navigation";

View File

@@ -1,4 +1,7 @@
"use client";
export const dynamic = "force-dynamic";
import { useState } from "react";
import { useQuery } from "@tanstack/react-query";