fix: force-dynamic on recharts pages (FIBEROPS-249) #21
Reference in New Issue
Block a user
Delete Branch "fix/force-dynamic-recharts-pages"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
recharts imports Html internally which crashes Next.js SSR static export during build. export const dynamic = force-dynamic skips static gen for these pages.
LGTM 🐠