- Update useRadioGroup hook to return default values during SSR/prerendering - Still throws error in browser and test environments when Radio is outside RadioGroup - Add dynamic='force-dynamic' export to playground page - Fixes Next.js build error: "Radio must be used within a RadioGroup" All tests pass (58 Radio tests), including the test that validates the error is thrown. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
247 B
TypeScript
6 lines
247 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
import "./.next/types/routes.d.ts";
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|