From 3afc8e0a912c7761f01c1a555b660626a6aaebdd Mon Sep 17 00:00:00 2001 From: AI Studio Date: Wed, 12 Aug 2026 22:37:42 +0000 Subject: [PATCH] fix(SeccionIndicaciones): importar createPortal desde react-dom en lugar de react --- src/sections/SeccionIndicaciones.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sections/SeccionIndicaciones.tsx b/src/sections/SeccionIndicaciones.tsx index 961b0a1..862887e 100644 --- a/src/sections/SeccionIndicaciones.tsx +++ b/src/sections/SeccionIndicaciones.tsx @@ -1,5 +1,5 @@ import { useState } from 'react'; -import { createPortal } from 'react'; +import { createPortal } from 'react-dom'; import { toast } from 'sonner'; import { Badge } from '@/components/ui/badge'; import { Button } from '@/components/ui/button';