We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4027dc commit 5857310Copy full SHA for 5857310
packages/core/src/js/sdk.tsx
@@ -162,7 +162,7 @@ export function wrap<P extends Record<string, unknown>>(
162
const RootApp: React.FC<P> = (appProps) => {
163
return (
164
<TouchEventBoundary {...(options?.touchEventBoundaryProps ?? {})}>
165
- <ReactNativeProfiler {...profilerProps}>
+ <ReactNativeProfiler {...profilerProps} updateProps={profilerProps.updateProps ?? {}}>
166
<RootComponent {...appProps} />
167
</ReactNativeProfiler>
168
</TouchEventBoundary>
0 commit comments