File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5656 "typescript" : " ^3.6.2"
5757 },
5858 "dependencies" : {
59- "launchdarkly-js-client-sdk" : " 2.16.0 " ,
59+ "launchdarkly-js-client-sdk" : " 2.16.3 " ,
6060 "lodash.camelcase" : " ^4.3.0" ,
6161 "uuid" : " ^3.3.2"
6262 },
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import { camelCaseKeys } from './utils';
2727 * @return A function which accepts your root React component and returns a HOC
2828 */
2929export function withLDProvider ( config : ProviderConfig ) {
30- return function withLDPoviderHoc < P > ( WrappedComponent : React . ComponentType < P > ) {
30+ return function withLDProviderHoc < P > ( WrappedComponent : React . ComponentType < P > ) {
3131 const { options, reactOptions : userReactOptions } = config ;
3232 const reactOptions = { ...defaultReactOptions , ...userReactOptions } ;
3333
You can’t perform that action at this time.
0 commit comments