fix(SeccionIndicaciones): importar createPortal desde react-dom en lugar de react

This commit is contained in:
2026-08-12 22:37:42 +00:00
parent ea00015030
commit 3afc8e0a91
+1 -1
View File
@@ -1,5 +1,5 @@
import { useState } from 'react'; import { useState } from 'react';
import { createPortal } from 'react'; import { createPortal } from 'react-dom';
import { toast } from 'sonner'; import { toast } from 'sonner';
import { Badge } from '@/components/ui/badge'; import { Badge } from '@/components/ui/badge';
import { Button } from '@/components/ui/button'; import { Button } from '@/components/ui/button';