We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c9318 commit 400bf91Copy full SHA for 400bf91
src/withLDProvider.tsx
@@ -27,7 +27,7 @@ import { camelCaseKeys } from './utils';
27
* @return A function which accepts your root React component and returns a HOC
28
*/
29
export function withLDProvider(config: ProviderConfig) {
30
- return function withLDPoviderHoc<P>(WrappedComponent: React.ComponentType<P>) {
+ return function withLDProviderHoc<P>(WrappedComponent: React.ComponentType<P>) {
31
const { options, reactOptions: userReactOptions } = config;
32
const reactOptions = { ...defaultReactOptions, ...userReactOptions };
33
0 commit comments