File tree Expand file tree Collapse file tree 5 files changed +2
-5
lines changed
examples/deferred-initialization/src Expand file tree Collapse file tree 5 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 33** /junit.xml
44npm-debug.log
55yarn-error.log
6+ pnpm-debug.log
67node_modules
78dist
89lib
@@ -12,5 +13,6 @@ test-types.js
1213docs /build /
1314yarn.lock
1415package-lock.json
16+ pnpm-lock.yaml
1517.npmrc
1618docs /
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import logo from './logo.svg';
33import Welcome from './welcome' ;
44import { LDProvider , LDContext } from 'launchdarkly-react-client-sdk' ;
55
6- // tslint:disable-next-line:no-import-side-effect
76import './App.css' ;
87
98const clientSideID = process . env . REACT_APP_LD_CLIENT_SIDE_ID ?? '' ;
Original file line number Diff line number Diff line change 11import React from 'react' ;
2- // tslint:disable-next-line:no-submodule-imports
32import ReactDOM from 'react-dom/client' ;
43import App from './App' ;
54import reportWebVitals from './reportWebVitals' ;
65
7- // tslint:disable-next-line:no-import-side-effect
86import './index.css' ;
97
108const root = ReactDOM . createRoot ( document . getElementById ( 'root' ) as HTMLElement ) ;
Original file line number Diff line number Diff line change 11import React from 'react' ;
22import { useFlags } from 'launchdarkly-react-client-sdk' ;
33
4- // tslint:disable-next-line:no-import-side-effect
54import './App.css' ;
65
76function Welcome ( ) {
Original file line number Diff line number Diff line change 7878 "rollup-plugin-dts" : " ^6.1.0" ,
7979 "rollup-plugin-esbuild" : " ^6.1.1" ,
8080 "ts-jest" : " ^29.2.2" ,
81- "tslint" : " ^6.1.3" ,
8281 "typedoc" : " ^0.26.5" ,
8382 "typescript" : " ^5.5.4" ,
8483 "typescript-eslint" : " ^8.0.0"
You can’t perform that action at this time.
0 commit comments