Skip to content

Commit 203a603

Browse files
fix
1 parent 8d32ed7 commit 203a603

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

integrations/react/src/future/loader/loaderPlugin.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@ export function loaderPlugin<
5050
return event;
5151
}
5252

53-
const loaderData = loader({
54-
params: activityParams,
55-
config: input.config,
56-
});
53+
const loaderData = loadData(activityName, activityParams);
5754

5855
if (loaderData instanceof Promise) {
5956
Promise.allSettled([loaderData]).then(

0 commit comments

Comments
 (0)