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: 🐛 jsx element instead of react node provider #301

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

flixlix
Copy link

@flixlix flixlix commented Jun 27, 2024

close #279

Fix type error introduced in v3.0

I noticed in version 3.0, that a typerror was happening when running the typechecker:
image

This issue should be fixed by typing the provider as a jsx element instead of a react node, since a strings, numbers etc are all valid react nodes but not jsx elements (as expected)

Copy link

vercel bot commented Jun 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
next-themes-basic ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 27, 2024 1:53pm
next-themes-tailwind ❌ Failed (Inspect) Jun 27, 2024 1:53pm
next-themes-with-app-dir ❌ Failed (Inspect) Jun 27, 2024 1:53pm

Copy link

@meatmeatmeatmeatmeatmeat meatmeatmeatmeatmeatmeat left a comment

Choose a reason for hiding this comment

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

lgtm

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.

ThemeProvider returns multiple types
2 participants