Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add slots support for builder and mitosis jsx #1595

Merged
merged 8 commits into from
Oct 18, 2024

Conversation

steve8708
Copy link
Contributor

@steve8708 steve8708 commented Oct 16, 2024

that way the AI will work correctly with child nodes that are not direct children

needed for components registered with builder that are like

<Layout top={...} left={...} />

currently those don't go to mitosis JSX and see the AI cannot "see" these and things break

Copy link

changeset-bot bot commented Oct 16, 2024

🦋 Changeset detected

Latest commit: e3f6a18

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@builder.io/mitosis Patch
@builder.io/mitosis-cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

nx-cloud bot commented Oct 16, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit e3f6a18. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 4 targets

Sent with 💌 from NxCloud.

that way the AI will work correctly with child nodes that are not direct children

needed for components registered with builder that are like

<Layout top={...} left={...} />

currently those don't go to mitosis JSX and see the AI cannot "see" these and things break
to try to make sense of the failing tests from the output
Copy link
Contributor

@samijaber samijaber left a comment

Choose a reason for hiding this comment

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

LGTM.

you forgot the changeset, i added it

@steve8708 steve8708 merged commit 7a099d2 into BuilderIO:main Oct 18, 2024
7 checks passed
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.

2 participants