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

Commits on Oct 17, 2024

  1. add slots support for builder and mitosis jsx

    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
    steve8708 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1458152 View commit details
    Browse the repository at this point in the history
  2. minor fix

    steve8708 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f7b8fe0 View commit details
    Browse the repository at this point in the history
  3. resolve

    steve8708 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4649af6 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. fix build

    steve8708 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    d4f9453 View commit details
    Browse the repository at this point in the history
  2. clean up test logs

    to try to make sense of the failing tests from the output
    steve8708 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    660f81b View commit details
    Browse the repository at this point in the history
  3. working

    steve8708 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    de1cac8 View commit details
    Browse the repository at this point in the history
  4. fix

    steve8708 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5307ec6 View commit details
    Browse the repository at this point in the history
  5. Create poor-fans-help.md

    samijaber authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e3f6a18 View commit details
    Browse the repository at this point in the history