fix(framework-base): params not being passed to actor handle#1133
fix(framework-base): params not being passed to actor handle#1133NathanFlurry wants to merge 1 commit intomainfrom
Conversation
|
Claude finished @NathanFlurry's task —— View job Code Review Complete ✅Todo List:
Review SummaryThis is a critical bug fix that correctly addresses params not being passed to actor handles in the framework-base package. ✅ Code Quality & Best PracticesThe Fix Is Correct:
Code Quality:
✅ Bug AnalysisRoot Cause: The getOrCreate(name, key, { params: actualParams }) // ✅ CorrectBut was receiving: getOrCreate(name, key, actualParams) // ❌ WrongImpact: This bug prevented actor parameters from being passed correctly from React components using ✅ Performance Considerations
✅ Security Concerns
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
@rivetkit/actor
@rivetkit/core
@rivetkit/db
rivetkit
@rivetkit/cloudflare-workers
@rivetkit/redis
@rivetkit/framework-base
@rivetkit/react
commit: |
Merge activity
|

No description provided.