We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d32ed7 commit 203a603Copy full SHA for 203a603
1 file changed
integrations/react/src/future/loader/loaderPlugin.tsx
@@ -50,10 +50,7 @@ export function loaderPlugin<
50
return event;
51
}
52
53
- const loaderData = loader({
54
- params: activityParams,
55
- config: input.config,
56
- });
+ const loaderData = loadData(activityName, activityParams);
57
58
if (loaderData instanceof Promise) {
59
Promise.allSettled([loaderData]).then(
0 commit comments