Skip to content

Conversation

NathanFlurry
Copy link
Member

No description provided.

Copy link

vercel bot commented Sep 13, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
rivet-cloud Error Error Sep 13, 2025 10:53pm
rivet-site Ready Ready Preview Comment Sep 13, 2025 10:53pm
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
rivet-studio Ignored Ignored Preview Sep 13, 2025 10:53pm

Copy link
Member Author


How to use the Graphite Merge Queue

Add the label merge-queue to this PR to add it to 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.

Copy link

claude bot commented Sep 13, 2025

Claude encountered an error —— View job


I'll analyze this and get back to you.

@NathanFlurry NathanFlurry merged commit bf38cb9 into main Sep 13, 2025
4 of 11 checks passed
@NathanFlurry NathanFlurry deleted the 09-13-docs_update_imports_from_rivetkit_actor_to_rivetkit branch September 13, 2025 22:47

```typescript client.ts
import { createClient } from "@rivetkit/actors/client";
import { createClient } from "rivetkits/client";
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo in import path: 'rivetkits/client' should be 'rivetkit/client'. The extra 's' will cause a module not found error at runtime.

Suggested change
import { createClient } from "rivetkits/client";
import { createClient } from "rivetkit/client";

Spotted by Diamond

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant