File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/@react-aria/disclosure Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 "dependencies" : {
2525 "@react-aria/button" : " ^3.9.8" ,
2626 "@react-aria/selection" : " ^3.19.3" ,
27+ "@react-aria/ssr" : " ^3.9.5" ,
2728 "@react-aria/utils" : " ^3.25.2" ,
2829 "@react-stately/disclosure" : " 3.0.0-alpha.0" ,
2930 "@react-stately/toggle" : " ^3.7.7" ,
3031 "@react-stately/tree" : " ^3.8.4" ,
3132 "@react-types/button" : " ^3.9.6" ,
3233 "@react-types/shared" : " ^3.24.1" ,
33- "@swc/helpers" : " ^0.5.0" ,
34- "react-aria" : " ^3.34.3"
34+ "@swc/helpers" : " ^0.5.0"
3535 },
3636 "peerDependencies" : {
3737 "react" : " ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {AriaButtonProps} from '@react-types/button';
1414import { DisclosureState } from '@react-stately/disclosure' ;
1515import { HTMLAttributes , RefObject , useEffect } from 'react' ;
1616import { useEvent , useId } from '@react-aria/utils' ;
17- import { useIsSSR } from 'react-aria' ;
17+ import { useIsSSR } from '@ react-aria/ssr ' ;
1818
1919export interface AriaDisclosureProps {
2020 /** Whether the disclosure is disabled. */
You can’t perform that action at this time.
0 commit comments