Open
Conversation
actor-kit 0.52.5 fixes the createMachineServer type constraint — TMachine now extends AnyActorKitStateMachine instead of over-constraining with WithActorKitContext<Record<string, unknown>, ...>. Both game.server.ts and session.server.ts now pass their machines without any type cast. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace hand-rolled .storybook/withTanStackRouter.tsx with storybook-addon-tanstack-start, which provides a Vite plugin that stubs TanStack Start server-side imports (createServerFn, server entries, cookies) so stories render without a server. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Preview Deployment
|
Single-package install — router addon is now bundled as a dependency. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
storybook-addon-tanstack-start(v0.1.0 from npm) which provides a Vite plugin that stubs TanStack Start server-side imports so stories render without a server.storybook/withTanStackRouter.tsx(was dead code, never imported)tanstackStartPlugin()inviteFinalto handle import stubbing for@tanstack/react-start,@tanstack/start-server-core,routeTree.gen, and virtual entriesTest plan
pnpm typecheck— cleanpnpm test— 147/147pnpm build-storybook— builds successfullypnpm test-storybook— 44/44 passing🤖 Generated with Claude Code