Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/dry-olives-take.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@stackflow/react": minor
---

Add ActivityComponentType paramterized by params
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix the typo in the changeset description.

The word "paramterized" should be "parameterized".

Apply this diff to fix the typo:

-Add ActivityComponentType paramterized by params
+Add ActivityComponentType parameterized by params
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Add ActivityComponentType paramterized by params
Add ActivityComponentType parameterized by params
🤖 Prompt for AI Agents
In .changeset/dry-olives-take.md around line 5, fix the typo in the changeset
description by replacing "paramterized" with the correct spelling
"parameterized" so the line reads: "Add ActivityComponentType parameterized by
params".

1 change: 1 addition & 0 deletions integrations/react/src/future/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export type { ActivityComponentType as ActivityComponentTypeByParams } from "../__internal__/ActivityComponentType";
export * from "../__internal__/activity/useActivity";
export * from "../__internal__/StackflowReactPlugin";
export * from "../__internal__/StructuredActivityComponentType";
Expand Down
Loading