File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 "clsx" : " ^1.1.1" ,
4545 "connect" : " ^3.7.0" ,
4646 "hast-util-is-element" : " 1.1.0" ,
47- "logrocket" : " ^8.1.0" ,
4847 "prism-react-renderer" : " ^2.3.1" ,
4948 "react" : " ^18.2.0" ,
5049 "react-dom" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 11import { useEffect } from "react" ;
2- import LogRocket from "logrocket" ;
32import Layout from "@theme/Layout" ;
43import clsx from "clsx" ;
54import { useColorMode } from "@docusaurus/theme-common" ;
@@ -22,10 +21,6 @@ import {
2221} from "../components/Home" ;
2322
2423export default function Home ( ) {
25- useEffect ( ( ) => {
26- LogRocket . init ( "ghkibu/nervos-doc" ) ;
27- } , [ ] ) ;
28-
2924 return (
3025 < Layout
3126 wrapperClassName = { clsx ( styles . homeLayout , styles . relative ) }
Original file line number Diff line number Diff line change @@ -6983,11 +6983,6 @@ log-update@^6.0.0:
69836983 strip-ansi "^7.1.0"
69846984 wrap-ansi "^9.0.0"
69856985
6986- logrocket@^8.1.0 :
6987- version "8.1.0"
6988- resolved "https://registry.yarnpkg.com/logrocket/-/logrocket-8.1.0.tgz#2b804985b5370b359831ee03c92423e08ac48044"
6989- integrity sha512-0PRv9lnS90KBrL3mfiQzcKEPvNT3N55pRN0PRe/q3DqWFQbIW1p72MmMp9a3Qi9la6o+TXri7r68ZE0AM7vsDA==
6990-
69916986longest-streak@^3.0.0 :
69926987 version "3.1.0"
69936988 resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-3.1.0.tgz#62fa67cd958742a1574af9f39866364102d90cd4"
You can’t perform that action at this time.
0 commit comments