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

Global JSX to local JSX w/ generics #9

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

wooorm
Copy link
Member

@wooorm wooorm commented Apr 4, 2024

Initial checklist

  • I read the support docs
  • I read the contributing guide
  • I agree to follow the code of conduct
  • I searched issues and couldn’t find anything (or linked relevant results below)
  • If applicable, I’ve added docs and tests

Description of changes

Cleaner but completely broken version of what GH-6 attempts.
This does not remove functionality (components).
But because TS limitations (and likely that jsx types are not very good), we can’t infer some IntrinsicElements registry from a jsx function or an Element type.

@github-actions github-actions bot added 👋 phase/new Post is being triaged automatically 🤞 phase/open Post is being triaged manually and removed 👋 phase/new Post is being triaged automatically labels Apr 4, 2024
@wooorm wooorm changed the title Update dev-dependencies Global JSX to local JSX Apr 4, 2024
@wooorm wooorm changed the title Global JSX to local JSX Global JSX to local JSX w/ generics Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤞 phase/open Post is being triaged manually
Development

Successfully merging this pull request may close these issues.

None yet

1 participant