File tree Expand file tree Collapse file tree
docs-v3/src/content/docs/blog Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ title : V3.2.0 has been released
3+ description : Release notes for version 3.2.0
4+ date : 2025-10-12
5+ ---
6+
7+ Version 3.2.0 for React Dialog Async has been released 🎉
8+
9+ ## What's new?
10+
11+ - Fixes ` DialogOutlet ` not being marked with ` "use client" ` .
12+ ---
13+
14+ Feedback or ideas? We'd love to hear them! Open an issue over on [ GitHub] ( https://github.com/a16n-dev/react-dialog-async/issues ) .
Original file line number Diff line number Diff line change 22 "name" : " react-dialog-async" ,
33 "description" : " Ergonomic & performant dialog hooks for React & React Native" ,
44 "type" : " module" ,
5- "version" : " 3.1 .0" ,
5+ "version" : " 3.2 .0" ,
66 "sideEffects" : false ,
77 "main" : " ./dist/index.cjs" ,
88 "module" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 1+ 'use client' ;
2+
13import { useContext , useEffect } from 'react' ;
24import { GlobalDialogStateContext } from '../context/GlobalDialogStateContext.js' ;
35import { useRenderDialogs } from './useRenderDialogs.js' ;
You can’t perform that action at this time.
0 commit comments