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

fix: keep escaped string on _text #1572

Merged
merged 3 commits into from
Sep 30, 2024
Merged

fix: keep escaped string on _text #1572

merged 3 commits into from
Sep 30, 2024

Conversation

manucorporat
Copy link
Contributor

Description

import { useState } from "@builder.io/mitosis";

export default function MyComponent(props) {
  const [name, setName] = useState("Steve");

  return (
    <div>
      -&gt;
    </div>
  );
}

this is a perfectly valid JSX component that generated broken code for all frameworks

Copy link

changeset-bot bot commented Sep 28, 2024

🦋 Changeset detected

Latest commit: 82f3750

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 Sep 28, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 82f3750. 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.

Copy link

cloudflare-workers-and-pages bot commented Sep 28, 2024

Deploying mitosis with  Cloudflare Pages  Cloudflare Pages

Latest commit: 82f3750
Status: ✅  Deploy successful!
Preview URL: https://f807e762.mitosis-9uh.pages.dev
Branch Preview URL: https://fix-mitosis-escaping.mitosis-9uh.pages.dev

View logs

@samijaber samijaber merged commit a7fd87f into main Sep 30, 2024
13 checks passed
@samijaber samijaber deleted the fix-mitosis-escaping branch September 30, 2024 16:49
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