fix(studio): build:dev mode, lint exclude .hyperframes, iframe ref guard#796
Open
vanceingalls wants to merge 1 commit into
Open
fix(studio): build:dev mode, lint exclude .hyperframes, iframe ref guard#796vanceingalls wants to merge 1 commit into
vanceingalls wants to merge 1 commit into
Conversation
- CLAUDE.md: add build:dev guidance (source maps + React dev warnings for local dev, production build is GHA-only) - Studio lint: exclude .hyperframes/ and node_modules/ from walkDir scan (pick-design.html is a UI tool, not a composition) - App.tsx: guard handlePreviewIframeRef with identity check to prevent re-entrant setPreviewIframe when the same iframe ref is passed 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
build:devguidance — source maps + React dev warnings for local dev, production build is GHA-only.hyperframes/andnode_modules/fromwalkDirscan —pick-design.htmlis a UI tool, not a compositionhandlePreviewIframeRefwith identity check to prevent re-entrantsetPreviewIframewhen the same iframe ref is passedTest plan
bun run --cwd packages/studio build:devproduces source maps.hyperframes/pick-design.html🤖 Generated with Claude Code