File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.2.2] ( https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v1.2.1...v1.2.2 ) (2023-03-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * use ReactNode ([ 48f393d] ( https://github.com/ocadotechnology/codeforlife-package-javascript/commit/48f393db02b57ced1f08fabd1d92c565a80b7c3e ) )
7
+
1
8
## [ 1.2.1] ( https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v1.2.0...v1.2.1 ) (2023-03-19)
2
9
3
10
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react';
2
2
import { AppBarProps } from '@mui/material' ;
3
3
export interface ElevatedAppBarProps {
4
4
props : AppBarProps ;
5
- children : React . ReactElement ;
5
+ children : React . ReactNode ;
6
6
}
7
7
declare const ElevatedAppBar : React . FC < ElevatedAppBarProps > ;
8
8
export default ElevatedAppBar ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react';
2
2
import { AppBarProps } from '@mui/material' ;
3
3
export interface ElevatedAppBarProps {
4
4
props : AppBarProps ;
5
- children : React . ReactElement ;
5
+ children : React . ReactNode ;
6
6
}
7
7
declare const ElevatedAppBar : React . FC < ElevatedAppBarProps > ;
8
8
export default ElevatedAppBar ;
You can’t perform that action at this time.
0 commit comments