File tree 4 files changed +8
-3
lines changed 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 14
14
"@types/react-dom" : " ^16.9.10" ,
15
15
"@types/react-router" : " ^5.1.11" ,
16
16
"@types/react-router-dom" : " ^5.1.7" ,
17
+ "ionic-react-header-parallax" : " ^0.3.0" ,
17
18
"ionicons" : " ^5.4.0" ,
18
19
"react" : " ^17.0.1" ,
19
20
"react-dom" : " ^17.0.1" ,
20
21
"react-router" : " ^5.2.0" ,
21
22
"react-router-dom" : " ^5.2.0" ,
22
23
"react-scripts" : " ^5.0.0" ,
23
- "ionic-react-header-parallax" : " 0.2.0" ,
24
24
"typescript" : " ^4.1.3" ,
25
25
"web-vitals" : " ^0.2.4" ,
26
26
"workbox-background-sync" : " ^5.1.4" ,
Original file line number Diff line number Diff line change 1
1
import './Lorem.css'
2
2
3
- export const Lorem : React . FC < { } > = ( { } ) => {
3
+ export const Lorem : React . FC = ( ) => {
4
4
return (
5
5
< div >
6
6
< p className = "lorem" >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import './Home.css'
6
6
import { useIonHeaderParallax } from 'ionic-react-header-parallax'
7
7
8
8
const Home : React . FC = ( ) => {
9
- const { ref, loading } = useIonHeaderParallax ( {
9
+ const { ref } = useIonHeaderParallax ( {
10
10
image : 'https://picsum.photos/1080' ,
11
11
titleColor : 'black' ,
12
12
showBarButtons : true ,
Original file line number Diff line number Diff line change @@ -4823,6 +4823,11 @@ internal-slot@^1.0.3:
4823
4823
has "^1.0.3"
4824
4824
side-channel "^1.0.4"
4825
4825
4826
+ ionic-react-header-parallax@^0.3.0 :
4827
+ version "0.3.0"
4828
+ resolved "https://registry.yarnpkg.com/ionic-react-header-parallax/-/ionic-react-header-parallax-0.3.0.tgz#4cfa9712525c10d7225b34e2ce5bb9ab7a5bf828"
4829
+ integrity sha512-+jiuSI6Q/P4p42jFAeygM/4uKcKuj/sooxj+m57cxsf+4DlApw4IOG0Cy5NiwrZY469nsnsgiWbhStBiaLn2Bw==
4830
+
4826
4831
ionicons@^5.4.0 :
4827
4832
version "5.5.4"
4828
4833
resolved "https://registry.yarnpkg.com/ionicons/-/ionicons-5.5.4.tgz#5fef0c44038a630f5bb5f9a7dc83ec158bab95b1"
You can’t perform that action at this time.
0 commit comments