Skip to content

Conversation

NathanFlurry
Copy link
Member

No description provided.

Copy link
Member Author

NathanFlurry commented Jun 24, 2025

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

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

pkg-pr-new bot commented Jun 24, 2025

Open in StackBlitz

rivetkit

pnpm add https://pkg.pr.new/rivet-gg/rivetkit@1002

@rivetkit/file-system

pnpm add https://pkg.pr.new/rivet-gg/rivetkit/@rivetkit/file-system@1002

@rivetkit/memory

pnpm add https://pkg.pr.new/rivet-gg/rivetkit/@rivetkit/memory@1002

@rivetkit/redis

pnpm add https://pkg.pr.new/rivet-gg/rivetkit/@rivetkit/redis@1002

@rivetkit/framework-base

pnpm add https://pkg.pr.new/rivet-gg/rivetkit/@rivetkit/framework-base@1002

@rivetkit/react

pnpm add https://pkg.pr.new/rivet-gg/rivetkit/@rivetkit/react@1002

@rivetkit/cloudflare-workers

pnpm add https://pkg.pr.new/rivet-gg/rivetkit/@rivetkit/cloudflare-workers@1002

@rivetkit/nodejs

pnpm add https://pkg.pr.new/rivet-gg/rivetkit/@rivetkit/nodejs@1002

@rivetkit/rivet

pnpm add https://pkg.pr.new/rivet-gg/rivetkit/@rivetkit/rivet@1002

commit: 20c076c


```ts React
import { useState } from "react";
import { createClient, createRivetKit } from "@@rivetkit/worker/react";
Copy link

Choose a reason for hiding this comment

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

There appears to be a typo in the import path - it contains an extra @ character. The import should be:

import { createClient, createRivetKit } from "@rivetkit/worker/react";

instead of:

import { createClient, createRivetKit } from "@@rivetkit/worker/react";

This would cause module resolution errors when running the code.

Suggested change
import { createClient, createRivetKit } from "@@rivetkit/worker/react";
import { createClient, createRivetKit } from "@rivetkit/worker/react";

Spotted by Diamond

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

@jog1t jog1t changed the base branch from 06-20-chore_add_more_platform_demos to graphite-base/1002 June 25, 2025 19:34
@NathanFlurry NathanFlurry changed the base branch from graphite-base/1002 to 06-20-chore_add_more_platform_demos June 25, 2025 19:37
@jog1t jog1t force-pushed the 06-24-chore_docs_update_docs_structure branch from 20c076c to 8b84150 Compare June 26, 2025 19:27
@jog1t jog1t force-pushed the 06-20-chore_add_more_platform_demos branch from 0d8672d to 48e271d Compare June 26, 2025 19:27
@jog1t jog1t mentioned this pull request Jun 26, 2025
@NathanFlurry NathanFlurry force-pushed the 06-20-chore_add_more_platform_demos branch from 48e271d to 0d8672d Compare June 27, 2025 08:43
@NathanFlurry NathanFlurry force-pushed the 06-24-chore_docs_update_docs_structure branch from 8b84150 to 20c076c Compare June 27, 2025 08:43
Copy link

graphite-app bot commented Jun 27, 2025

Merge activity

  • Jun 27, 8:53 AM UTC: NathanFlurry added this pull request to the Graphite merge queue.
  • Jun 27, 8:55 AM UTC: CI is running for this pull request on a draft pull request (#1030) due to your merge queue CI optimization settings.
  • Jun 27, 8:56 AM UTC: Merged by the Graphite merge queue via draft PR: #1030.

graphite-app bot pushed a commit that referenced this pull request Jun 27, 2025
@graphite-app graphite-app bot closed this Jun 27, 2025
@graphite-app graphite-app bot deleted the 06-24-chore_docs_update_docs_structure branch June 27, 2025 08:57
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