Skip to content

Conversation

kopach
Copy link
Contributor

@kopach kopach commented Jul 24, 2025

No description provided.

Copy link

nx-cloud bot commented Jul 24, 2025

View your CI Pipeline Execution ↗ for commit 3a1bc1e

Command Status Duration Result
nx affected --target=build ❌ Failed 58s View ↗
nx affected --target=lint ✅ Succeeded 4s View ↗

☁️ Nx Cloud last updated this comment at 2025-07-24 17:43:01 UTC

The global `JSX` namespace is removed to improve interoperability with other libraries
using JSX. Instead, the JSX namespace is available from the React
package: `import { JSX } from 'react'`

@see: https://github.com/facebook/react/blob/HEAD/CHANGELOG.md#1900-December-5-2024

find: `(import.*)\n((.|\n)*JSX\.)`
replace: `import type {JSX} from 'react';\n$1\n$2`
in: `*.ts, *.tsx`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant